Skip to content

Commit

Permalink
Add/mod the manual to link to Shoes 3.2 resources on my Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecil Coupe committed Aug 27, 2014
1 parent 746286d commit c68bc8a
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 9 deletions.
24 changes: 22 additions & 2 deletions notes/Bugs.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
Bugs/Status - stick with Ruby 2.0.0 and gtk2 until things get sorted
out with GKt3

2014-08-27 3.2.15 release
----> Build all

2014-08-26 Wiki
----> place holder wiki posts for these topics:
* Dude, where's the secret files?
* Shoes command line
* Shoes and Ruby Gems
* Packaging
* Cobbler

done: Update manual to point to 3.2 wiki, my blog and other schtuff.

2014-08-25
done: fixed mingwgtk build to name installer file correctly. hack.
done: Add crosscompiler strip of mingw symbols. No size diff from
x86_64 linux strip.


2014-08-23 Update the Shoes Manual
done: for Dist/shoes, changes inside static/ need a rake clean; rake. BS!
done: for Dist/shoes, changes inside static/ need a rake clean; rake.
dist/shoes/static should be symlinked to - copy them when installed
done: Update manual for edit_line finish=
----> Many changes to manual and pngs to get it current.
====> embed 3.2.{teeny} [app.yaml] version number in compiled in constant
====> Add a tips section at the end (command line things), Cobbler, Packaging
====> Add a tips section at the end of manual - link to wiki articles on
command line things, Cobbler, Packaging
====> Convert some of my blog posts/pages to Wiki (cobbler, gems)


2014-08-22 bug860 done handler
Expand Down
38 changes: 31 additions & 7 deletions static/manual-en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3555,20 +3555,44 @@ Set the position of the video to a time in milliseconds.
Toggles the visibility of the video. If the video can be seen, then `hide` is
called. Otherwise, `show` is called.

= AndSoForth =

A place for some other information.
= Furthermore =
Run the samples from here, or read more Shoes information on the Internet.

== Sample Apps ==

Have fun!
In the Shoes directories are these samples you can run from the manual:

{SAMPLES}

== FAQ ==
Note: Cobbler (Maintain Shoes) has an option to copy the samples to a directory
of your choice so you can modify them as you like and you won't have to poke around
inside Shoes directories and change something you didn't want to change.


== Internet Resources ==

Shoes has many Ruby related features that haven't been described here. How can
I learn more?

The opening splash screen hints at the secrets. Packaging and Maintaining? What's that? And
what do all the options and buttons mean when I do run them? Relax, you
should know that these resources exist. If you're just beginning, feel free
to click around but it can be a firehose of information. You don't need to know it to
have fun with Shoes. Just know it exists and you can come back here when your ready
to inhale.


See the [[http://github.com/ccoupe/shoes/wiki Shoes 3.2 Wiki]] and learn about Gems
and packaging and much more. Find reference links to learning Ruby and more inside Shoes
details.

* [[https://github.com/ccoupe/shoes Shoes 3.2 source code.]]
* You should join the Shoes mailing list by sending an email to [email protected]
* Bookmark the [[http://walkabout.mvmanila.com/ Shoes 3.2 blog]] or the [[http://walkabout.mvmanila.com/feed/ RSS feed]]
* Early [[http://shoes.mvmanila.com/public/shoes/ Downloads]] (work in progress) that may not be announced

Hope this helps:
Older Shoes Links for historical purposes (may be dead):

* You can join [[http://librelist.com/browser/shoes/ Shoes ML]] and feel free ask your questions.
* [[http://github.com/shoes/shoes/ Official Current Source Code]] is on GitHub.
* [[http://github.com/shoes/shoes/ Shoes 3.1 Source Code]] is on GitHub.
* [[http://github.com/shoes/shoes/downloads Recent Builds]] for your platform.

0 comments on commit c68bc8a

Please sign in to comment.