Re: [tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-11-26 Thread Daniel Cunningham
Ah, thanks Olegh -- that's enough to get experimenting! Cheers! On Thursday, November 23, 2017 at 10:28:30 PM UTC-8, oleghbond wrote: > > Dear Daniel, > > I'm not familiar with the build command too. Every time I got what I > needed learning appropriate examples. For the beginning I may

Re: [tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-11-23 Thread Olegh Bondarenko
Dear Daniel, I'm not familiar with the build command too. Every time I got what I needed learning appropriate examples. For the beginning I may recommend you to start with: - https://tiddlywiki.com/#Generating%20Static%20Sites%20with%20TiddlyWiki -

Re: [tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-11-23 Thread Daniel Cunningham
Hi Olegh, I reviewed your protw projects (nice!) and saw that there is additional configuration information in the "tiddlywiki.info" file. But I'm not familiar with the configuration syntax, or the "rendertiddler(s)" stuff... So I'm still stuck trying to understand how to configure a build

Re: [tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-11-21 Thread Olegh Bondarenko
Dear Daniel, thanks to Danielo I accepted and use regularly this approach. Please look at my site github.com/protw and one of my projects https://github.com/protw/tw5 dedicated to TW5 (in Ukrainian) where I put an instructions how to deploy TW5 project at Github + Github Pages (2.2, 2.2.1 -

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-11-20 Thread Daniel Cunningham
Hi Danielo, I have been experimenting with my own fork of your tw5-auto-publish2gitlab-pages . I haven't messed around with either GitHub or a continuous

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-11-20 Thread Daniel Cunningham
Hi Daniel I have been experimenting with my own fork of your tw5-auto-publish2gitlab-pages . I haven't messed around with either GitHub or a continuous

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-01-23 Thread oleghbond
Dear Danielo, works just fine. My YML script is very similar to what you've suggested - I just missed the line *stage: deploy*. Thanks, Olegh субота, 21 січня 2017 р. 16:55:03 UTC+2 користувач Danielo Rodríguez написав: > > Dear oleghbond > > I just added support for gitlab. You can base

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-01-21 Thread Danielo Rodríguez
Dear oleghbond I just added support for gitlab. You can base your workflow on it: https://gitlab.com/danielo515/tw5-auto-publish2gitlab-pages Gitlab pages has a much easier workflow, in this case all you have to do is clone the repository and setup the tiddlywiki.info file the way you prefer.

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-01-21 Thread Danielo Rodríguez
Something like this pages: before_script: [] stage: pages <<: *dedicated-runner dependencies: - your:build:task script: - mkdir public/ - mv output/static public/ artifacts: paths: - public -- You received this message because you are subscribed to the Google

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-01-21 Thread Danielo Rodríguez
Seems that it is not possible to specify the output folder . Maybe you can try moving the files after the generation. I mean inside the build script you could try something like mv output/static /public -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-01-20 Thread oleghbond
Sorry, I've a little bit confused you. Indeed the folder structure looks like: ┬─ .gitlab-ci.yml └─ wiki ├─ tiddlers │ └─ ├─ output │ └─ └─ tiddlywiki.info пʼятниця, 20 січня 2017 р. 17:21:40 UTC+2 користувач oleghbond написав: > > Good idea. However, some hint is needed. > >

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-01-20 Thread oleghbond
Good idea. However, some hint is needed. I've got a build section in *tiddlywiki.**info* as follows: "build": { "static": [ "--rendertiddler","$:/core/templates/static.template.html", "static.html","text/plain", "--rendertiddlers","[!is[system]]",

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-01-20 Thread Danielo Rodríguez
What if you try to point the build commands at tiddkywiki.info to the public directory ? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-01-18 Thread oleghbond
Dear Danielo, for some reasons I decided to deploy some of my work at gitlab.com. Having git repos, CI and gitlab pages it's a pretty similar instrument to github. Instead *.travis.yml* build script gitlab runs *.gitlab-ci.yml* to deploy gitlab pages. However, *.yml* syntax for gitlab CI is

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-24 Thread oleghbond
Dear Danielo, It seems I've caught the point. Files type of index.html and static.html are to be located directly at *master branch*: github.com//.github.io That's exactly what I did creating a script file staticm.bat for Windows at my comp: if exist static\ del /s/q static\ > nul if

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-24 Thread oleghbond
Dear Danielo, For the time being I succeeded to build github pages for two documents (https://protw.github.io/tw5/ and https://protw.github.io/rder-uk/) having modified just a bit your instruction (regarding forking as I told earlier). Then I decided to build a portfolio site at

Re: [tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-22 Thread Olegh Bondarenko
Dear Danielo, Since I did not manage to fork my '*tw5*' following your instruction I was forced to create a new project. Could you tell me what the issue with forking? Olegh Bondarenko http://goo.gl/bzDZfd 2016-12-21 8:20 GMT+02:00 Danielo Rodríguez : > >

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-20 Thread Danielo Rodríguez
I can see both pages (see attachment) what is the problem? El lunes, 19 de diciembre de 2016, 21:26:18 (UTC+1), oleghbond escribió: > > Dear

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-19 Thread oleghbond
Dear Danielo, after certain progress I've again encountered the next stumble stone. At the moment I've got successfully generated one project - https://protw.github.io/tw5/. I'm able to commit changes and regenerate GHP. So everything OK. But then following your beautiful instruction I did

Re: [tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-16 Thread Olegh Bondarenko
Danielo, Sounds great. For the time being I use TW5 deployed locally over Node.js and synchronized using git. So, for many users your next step would a great advantage. Look forward to hearing from you, so, please let me know when it'll be ready. Olegh Olegh Bondarenko http://goo.gl/bzDZfd

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-15 Thread Danielo Rodríguez
Hello Olegh El jueves, 15 de diciembre de 2016, 13:15:55 (UTC+1), oleghbond escribió: > > Dear Danielo, > > it works. I put my command ("static") in front of your build command > ("index") and it gets working. Perhaps I'm not enough knowledgable on > tiddlywiki.info. > > Thanks a lot. > > >

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-15 Thread oleghbond
Dear Danielo, it works. I put my command ("static") in front of your build command ("index") and it gets working. Perhaps I'm not enough knowledgable on tiddlywiki.info. Thanks a lot. Olegh четвер, 15 грудня 2016 р. 10:49:30 UTC+2 користувач Danielo Rodríguez написав: > > Dear oleghbond, >

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-15 Thread Danielo Rodríguez
Dear oleghbond, Instead of creating a new command, just add your --rendertiddler commands to the list contained within build: "build": { "static" :[ your build command here], "index": [

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-15 Thread Danielo Rodríguez
I don't remember fully how my script was, but, is it executing the build command that you have created? If not, you should consider adding it. Also check the output directory, maybe it is being generated but in a different place. Regards -- You received this message because you are

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-14 Thread oleghbond
Hi, Danielo Having used your approach I has successfuly built a single TW5 file at https://oleghbond.github.io/about-tw/. I tried to build a static html-resource having added aditional code into tiddlywiki.info :

Re: [tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-11 Thread Olegh Bondarenko
Dear Danielo, thanks once more for the job done. I think explanation on two important files, namely: *.travis.yml* and *publish.sh* ,

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-10 Thread Danielo Rodríguez
Hello oleghbond, I'm glad that you finally make it work. I'm curious, what were you doing wrong? Regards -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-10 Thread oleghbond
Danielo, at last I breaked through all the turns and get the needed result: http://oleghbond.github.io/about-tw/. Sorry for many noise for nothing and again many thanks for the good idea. Olegh субота, 10 грудня 2016 р. 14:49:01 UTC+2 користувач oleghbond написав: > > Hi, Danielo, again, > >

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-10 Thread oleghbond
Hi, Danielo, again, Sorry for I've little bit confused you. I forgot to arrange a proper TW file structure. After all the files have been arranged the build was finished successfully. Then I visited http://oleghbond.github.io/about-tw/, but observed 404-page instead what I expected. What

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2016-12-10 Thread oleghbond
Hi, Danielo, many thanks for the inspiring idea and its implementation. Having tried at oleghbond/about-tw your instruction published at TW5-auto-publish2gh-pages I failed to succeed, probably

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-11-17 Thread Danielo Rodríguez
Hello Magev, sorry for the late response Try the following: Install git, not desktop, the actual git. I know there is a MAC version because I had it some time ago. Then: 1. Navigate to your wiki folder: cd wikiFolder 2. Execute: git init 3. Add the remote repository, the one you are

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-10-22 Thread magev958
This is my first attempt at GitHub, so very new to it. I did download GitHubDesktop on mac, but when I tried upload it wanted an "commit comment" on every file. Not so fun on 27.000 files! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-10-21 Thread Danielo Rodríguez
El martes, 20 de octubre de 2015, 21:47:35 (UTC+2), magev958 escribió: > > I've followed your excellent step-by-step-setup but I have one question. > How do I push my Node-version from my mac to Github without having to > create the .tid one by one? I have 27000 .tid-files I like to batch

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-10-20 Thread magev958
I've followed your excellent step-by-step-setup but I have one question. How do I push my Node-version from my mac to Github without having to create the .tid one by one? I have 27000 .tid-files I like to batch upload :) -- You received this message because you are subscribed to the Google

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-28 Thread Danielo Rodríguez
Hello Matabele, I have a solution for your problem creating new wikis, and, as I have promised, without any software installation or Git knowledge. let me know if this set of images is enough:

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-28 Thread Tobias Beer
Hi Danielo > I have a solution for your problem creating new wikis, and, as I have > promised, without any software installation or Git knowledge. let me know > if this set of images is enough: > Looks good, the first image would benefit from the headline saying we're creating a repo.

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-28 Thread Danielo Rodríguez
El lunes, 28 de septiembre de 2015, 12:57:26 (UTC+2), Matabele escribió: > > Hi Danielo > > Many thanks -- makes perfect sense -- even easier than your first method > You're welcome > (I hadn't noticed the 'Import Code' button.) > Me neither. Looks like our brains just "ignore" those

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-28 Thread Danielo Rodríguez
El domingo, 27 de septiembre de 2015, 3:54:29 (UTC+2), Hegart Dmishiv escribió: > > Once again, with my ignorance of all things Git, does cloning vs forking > have any bearing on future updates from *@Jermolene*'s Master? > Hello Hegart, As Matabele said, the way your repository is

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-28 Thread Danielo Rodríguez
El lunes, 28 de septiembre de 2015, 8:36:43 (UTC+2), Tobias Beer escribió: > > Hi Danielo > > >> I have a solution for your problem creating new wikis, and, as I have >> promised, without any software installation or Git knowledge. let me know >> if this set of images is enough: >> > >

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-28 Thread Matabele
Hi Danielo Many thanks -- makes perfect sense -- even easier than your first method (I hadn't noticed the 'Import Code' button.) For your instructions, I suggest setting up Travis management immediately after creating the repository but before importing your codebase -- that way the first

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-27 Thread Tobias Beer
Hi Hegart, > Once again, with my ignorance of all things Git, does cloning vs forking > have any bearing on future updates from *@Jermolene*'s Master? > That depends on whether you are modifying any of those cloned resources. So long as you never touch them, it should be straight forward to

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-27 Thread Matabele
Hi For my own reference, I have created a repository giving revised instructions for creating wikis on Github pages using git (this follows the method I used to set up my wikis.) If you don't have git installed on your workstation you will need to do so before using this method. The

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-26 Thread Matabele
Hi No problem -- I thought I was being stupid, so I am delighted to hear this is the way Github is supposed to work :-) Can I not create a new empty repository and copy the files over to a new repository one by one? This isn't by way of a generic solution, just trying to get to grips with

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-26 Thread Danielo Rodríguez
El sábado, 26 de septiembre de 2015, 5:34:10 (UTC+2), Matabele escribió: > > > Hi Danielo > > I am still having problems following the instructions for the creation of > a second wiki -- when I visit your repo. and click the fork button, I > expect to create a new Branch (named

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-26 Thread Matabele
Hi OK -- for those with git installed, this seems to work for setting up a new clone with its own master (instructions from here .)

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-26 Thread Tobias Beer
Hi Danielo, > The only other solution is to "clone" the repository and then "push" it to > a new repository on you account. > What's wrong with that? You're going to make pull requests from it, which is what you use a fork for. You just want to use the codebase. Here's how it's done,

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-26 Thread Matabele
Hi Hegart Cloning Danielo's repository places an exact copy of the current codebase into your repository -- therefore, the code that keeps the version of TW5 current in the builds comes with. Updates to TW5 are, therefore, reflected in each build, but any changes to the codebase in Danielo's

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-26 Thread Hegart Dmishiv
Once again, with my ignorance of all things Git, does cloning vs forking have any bearing on future updates from *@Jermolene*'s Master? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

Re: [tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Danielo Rodríguez
El viernes, 25 de septiembre de 2015, 17:41:23 (UTC+2), Jeremy Ruston escribió: > > Hi Danielo > > My congratulations on this latest development. > Thank you very much. > Using TiddlyWiki as a building block with other tools is incredibly > powerful, and in this case it's very useful >

Re: [tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Jeremy Ruston
Hi Danielo My congratulations on this latest development. Using TiddlyWiki as a building block with other tools is incredibly powerful, and in this case it's very useful - I'd be interested in adopting the same technique for automatically building tiddlywiki.com when the content changes. Best

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Danielo Rodríguez
El viernes, 25 de septiembre de 2015, 7:36:09 (UTC+2), Hegart Dmishiv escribió: > > Hi *@Danielo*, > > As you might have seen, I'm starting to get the idea of how to edit my > tiddlers on GitHub, and my dev instance there > is starting

Re: [tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Jeremy Ruston
Hi Danielo Jeremy, can I ask you how have you deal with Oauth in tiddlywiki on the > sky? How do you get the token for the user? where are you storing your > application's secret? If you don't want to share the details here, you can > send me an email directly. > TiddlyWiki in the Sky for

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Danielo Rodríguez
El viernes, 25 de septiembre de 2015, 12:59:38 (UTC+2), Hegart Dmishiv escribió: > > Another trick I'd like to learn is how to edit my $:/favicon.ico > > file when it's in GitHub. What I'm seeing in the GitHub UI is

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Danielo Rodríguez
El viernes, 25 de septiembre de 2015, 8:50:25 (UTC+2), Mat escribió: > > Danielo - thank you! Considering how tiddlywiki.com resides on github, if > github could be a more integral part with TW for the common user it might > be a very good solution to get a TW online. > You are welcome.

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Danielo Rodríguez
> > *@Danielo*, I copied my $:/config/DefaultSidebarTab > > > system tiddler to my TW5 wiki on GitHub, but it doesn't seem to be working. > When I refresh the browser tab displaying my wiki, there is

Re: [tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Jeremy Ruston
Hi Danielo That is because you have a line feed at the end of the file. It is not > evident when you are viewing the file, but if you edit it you can see that > it has 5 lines, where it should only have 4. Remove the last line and you > are ready to go. Github/git usually adds line feeds for you

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Hegart Dmishiv
Another trick I'd like to learn is how to edit my $:/favicon.ico file when it's in GitHub. What I'm seeing in the GitHub UI is that there are now two files for this: favicon.ico

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Hegart Dmishiv
Following on from what I've been doing so far to bring my dev wiki from Google Drive to GitHub, how would I migrate the shadow tiddler $:/core/save/all ? I assume I'd need to create a new /core subfolder

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Hegart Dmishiv
Thanks *@Danielo*, both of those issues are now closed on GitHub. The favicon is working perfectly since I deleted the old one and uploaded a text/base64-encoded one instead. The DefaultSidebarTab is now working since I edited it from Prose.io as you suggested. I tried it twice in GitHub's web

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Felix Küppers
Very nice Danielo! While I prefer using the command line and pushing stuff to GitHub, I think this is a huge step towards hosting AND edititing wiki's at GitHub! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Danielo Rodríguez
El viernes, 25 de septiembre de 2015, 23:32:53 (UTC+2), Hegart Dmishiv escribió: > > Following on from what I've been doing so far to bring my dev wiki from > Google Drive to GitHub, how would I migrate the shadow tiddler > $:/core/save/all >

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Danielo Rodríguez
El sábado, 26 de septiembre de 2015, 0:17:51 (UTC+2), Felix Küppers escribió: > > Very nice Danielo! While I prefer using the command line and pushing stuff > to GitHub, I think this is a huge step towards hosting AND edititing wiki's > at GitHub! > Thank you Felix. Well, we are CMD guys :D

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Matabele
Hi Danielo I am still having problems following the instructions for the creation of a second wiki -- when I visit your repo. and click the fork button, I expect to create a new Branch (named TW5-auto-publish2gh-pages), but I am instead returned to my existing Branch/master. This might be a

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Hegart Dmishiv
Hi *@Danielo*, On Saturday, September 26, 2015 at 12:28:05 PM UTC+12*, Danielo Rodríguez wrote: > > As I said, this works exactly the same as the node version, because indeed > it is a node version. > Sorry, I have never touched the Node.js version, I know nothing about it at all. > You

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Mat
Danielo - thank you! Considering how tiddlywiki.com resides on github, if github could be a more integral part with TW for the common user it might be a very good solution to get a TW online. (I guess the ideal would be an invisible github backend that TW users don't even have to confront.) Q:

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-25 Thread Hegart Dmishiv
Hi *@Mat*, On Friday, September 25, 2015 at 6:50:25 PM UTC+12, Mat wrote: > > I guess the ideal would be an invisible github backend that TW users don't > even have to confront. > That would be awesome! Right now I'm manually copying my existing tiddlers into the GitHub interface. Eventually I

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-24 Thread Matabele
Hi Danielo Works like a charm -- I have your demo site up and running -- shouldn't take much longer to publish my wiki :-) regards On Thursday, 24 September 2015 20:58:38 UTC+2, Danielo Rodríguez wrote: > > > Motivated for Matabele's post about how and where host tiddlywiki files I > want to

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-24 Thread Matabele
Hi Danielo Many thanks -- will follow your instructions and hope for the best :-) regards On Thursday, 24 September 2015 20:58:38 UTC+2, Danielo Rodríguez wrote: > > > Motivated for Matabele's post about how and where host tiddlywiki files I > want to announce that I have been investigating

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-24 Thread Matabele
Hi No problems -- instructions were easy to follow. The only hitch I had was at stage 14: it was not clear at first, that changes would only be evident on switching to the 'Current' page once an edit at Github had been committed and had propagated to Travis-ci (which took a little time.) At

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-24 Thread Danielo Rodríguez
El jueves, 24 de septiembre de 2015, 23:36:24 (UTC+2), Matabele escribió: > > Hi > Hello Matabele > > No problems -- instructions were easy to follow. The only hitch I had was > at stage 14: it was not clear at first, that changes would only be evident > on switching to the 'Current' page

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-24 Thread Hegart Dmishiv
Awesome, thanks *@Matabele*, that worked great. I'm continuing on with *@Danielo's* instructions now. On Friday, September 25, 2015 at 3:42:43 PM UTC+12, Matabele wrote: > > From the recently initiated -- goto the 'Settings' tab of your new > repository (at he bottom on the RHS of this

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-24 Thread Hegart Dmishiv
I'm now up to Step 14, but when I switch to the Current tab, I get the status message "No builds for this repository". I'm pretty sure I did everything else right, up to this point. Here's a screenshot of my Travis CI account, from Step 13(iv)...

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-24 Thread Hegart Dmishiv
Hi Danielo, This looks really interesting, and I'm planning to try it out. As *@Jeremy* pointed out to me earlier, my current solution for a publicly accessible TW5 wiki, hosting it on Google Drive, is going to be deprecated within a year, so I might as well give this a go instead. I'll

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-24 Thread Matabele
Hi Hegart >From the recently initiated -- goto the 'Settings' tab of your new repository (at he bottom on the RHS of this screenshot): regards On Friday, 25 September 2015 05:35:29

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-24 Thread Hegart Dmishiv
Hi *@Danielo*, As you might have seen, I'm starting to get the idea of how to edit my tiddlers on GitHub, and my dev instance there is starting to look the same as my dev instance on Google Drive

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-24 Thread Danielo Rodríguez
El jueves, 24 de septiembre de 2015, 22:01:04 (UTC+2), Matabele escribió: > > Hi Danielo > > Works like a charm -- I have your demo site up and running -- shouldn't > take much longer to publish my wiki :-) > > regards > Nice! Let me know how good/bad is your experience creating/editing new

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-24 Thread Matabele
Hi Danielo I have read your revised Readme -- the instructions at step 14. are now clear. Now, if I go to your repository and try and clone another copy, I am returned to my existing branch. Seems that Github recognises the forked copy, even though I have changed the name of my repository