Part of the EllisLab Network
   
1 of 3
1
user guide as pdf and-or printer friendly version?
Posted: 18 September 2006 07:42 PM   [ Ignore ]  
Summer Student
Avatar
Total Posts:  18
Joined  09-18-2006

Not sure if there is an option or a copy of the user guide in a print friendly format… would love to peruse the docs without laptop in hand. Old Skool I know…

 Signature 

I fold for Code Igniter
You can join us

Profile
 
 
Posted: 19 September 2006 04:07 AM   [ Ignore ]   [ # 1 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  223
Joined  08-27-2006

You can do a CTRL+A on all files in user_guide, then right click and click print? Does it work?

Profile
 
 
Posted: 19 September 2006 07:43 AM   [ Ignore ]   [ # 2 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  886
Joined  03-06-2006

Some time ago, Rick said that he writes the User Guide in native html, rather than generating it from something like Docbook. That means to me that turning it into a decent PDF is far from trivial.

Someone turned an early version into a PDF, but did not update it (probably because of the work of making the first one), so it would be pretty useless now, after all the changes.

Also, CI is in its first year, so to keep a printed copy current would require printing it every couple of months. The online UG is pretty good ... do you really do *that* much coding in the bathroom?
wink

 Signature 

Corozal, Belize | Linux.bz | Using Kubuntu Linux 7.10 | CodeIgniter 1.5.3

Profile
 
 
Posted: 19 September 2006 09:02 AM   [ Ignore ]   [ # 3 ]  
Research Assistant
RankRankRank
Total Posts:  970
Joined  04-13-2006
linuxbz - 19 September 2006 07:43 AM

... do you really do *that* much coding in the bathroom?

Some of my code belongs in the toilet….

Profile
 
 
Posted: 19 September 2006 11:11 AM   [ Ignore ]   [ # 4 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  223
Joined  08-27-2006
Martin Hall - 19 September 2006 09:02 AM
linuxbz - 19 September 2006 07:43 AM

... do you really do *that* much coding in the bathroom?

Some of my code belongs in the toilet….

Yea, mine too.  I’m the most productive when I have

Profile
 
 
Posted: 19 September 2006 04:33 PM   [ Ignore ]   [ # 5 ]  
Summer Student
Avatar
Total Posts:  18
Joined  09-18-2006

Alrighty, then. Just wanted to see if there was any existing “printer friendly” docs existing before I did screen prints or a PDF web site rip.

 Signature 

I fold for Code Igniter
You can join us

Profile
 
 
Posted: 20 September 2006 08:07 PM   [ Ignore ]   [ # 6 ]  
Research Assistant
RankRankRank
Total Posts:  917
Joined  07-10-2006
printmkr - 19 September 2006 04:33 PM

Alrighty, then. Just wanted to see if there was any existing “printer friendly” docs existing before I did screen prints or a PDF web site rip.

Acrobat can import an HTML files or multiple files, then the files can be bookmarked and thumbnailed. Then you can view and print the files from Acrobat Reader. Is that what you want?

Profile
 
 
Posted: 20 September 2006 09:02 PM   [ Ignore ]   [ # 7 ]  
Summer Student
Avatar
Total Posts:  18
Joined  09-18-2006

yes, I did that, but the drop down menu kept screwing Acrobat up, and kept giving me a 300+ page document (twice as long as the CakePHP documentation!) I think I will just stick with the HTML documentation for now…

 Signature 

I fold for Code Igniter
You can join us

Profile
 
 
Posted: 21 September 2006 08:22 PM   [ Ignore ]   [ # 8 ]  
Research Assistant
RankRankRank
Total Posts:  917
Joined  07-10-2006
printmkr - 20 September 2006 09:02 PM

yes, I did that, but the drop down menu kept screwing Acrobat up, and kept giving me a 300+ page document (twice as long as the CakePHP documentation!) I think I will just stick with the HTML documentation for now…

I will convert it over this weekend and will pass on files. If the javascript is commented out or removed and the bookmarks are entered manually, it should be possible to create a files via Adobe FrameMaker which can be single sourced to multiple formats such as PDF, CHM, MIF, DOC, RTF, SGML., XML and possibly other file formats. I’m going to use the 1.4.1 documentation, since this is the latest revision and does contain some changes.

Profile
 
 
Posted: 21 September 2006 08:47 PM   [ Ignore ]   [ # 9 ]  
Summer Student
Avatar
Total Posts:  18
Joined  09-18-2006

Thanks for the effort, but don’t go to too much trouble on my account, unless you are looking for hard copy yourself. I spent an hour or two playing with acrobat to try to get decent documentation for printing yesterday… and it didn’t work well. But even if it DID work,  it would have been outdated today with 1.4.1! So it may be a losing game with a moving target!

 Signature 

I fold for Code Igniter
You can join us

Profile
 
 
Posted: 23 September 2006 04:47 PM   [ Ignore ]   [ # 10 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  187
Joined  06-25-2006

I’ve done the opposite.  I built a CHM from the source HTML files, so the user guide is somewhat searchable, and the TOC can be turned on/off independently of the page.

There are a few modifications to the original user guide HTML:
<ul>
<li>The HTML is modified to remove the scripts
<li>The drop-down TOC has been removed.
<li>The topic of each document is reflected in its title (instead of being titled “Code Igniter User Guide” on every page.)
<li>Removed the search box
</ul>

The CHM is here:
http://champs.name/ci/ci_user_guide.chm

And the HTML Help Workshop project files are here:
http://champs.name/ci/ci_user_guide.src.zip

 Signature 

Join us in #codeigniter on irc.freenode.net

Profile
 
 
Posted: 04 October 2006 10:20 AM   [ Ignore ]   [ # 11 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  208
Joined  06-12-2006

Good job champs!  wink

Profile
 
 
Posted: 04 October 2006 11:28 AM   [ Ignore ]   [ # 12 ]  
Summer Student
Avatar
Total Posts:  18
Joined  09-18-2006

Yes, great job, thanks for the effort! And for us Mac folks there is a free CHM reader CHMOX at CHMOX CHM reader for OSX

 Signature 

I fold for Code Igniter
You can join us

Profile
 
 
Posted: 04 October 2006 12:05 PM   [ Ignore ]   [ # 13 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  208
Joined  06-12-2006

Maybe Rick would like to link the chm file in the site.

Profile
 
 
Posted: 12 October 2006 09:03 AM   [ Ignore ]   [ # 14 ]  
Summer Student
Avatar
Total Posts:  4
Joined  10-12-2006

Hello,

I just downloaded the user guide, cleaned up the html and created a pdf version of the v 1.4.1 user guide.
It’s not perfect, but it let’s you read the manual where ever you want.

you can download it at :

http://www.g-design.net/ci_manual.pdf

thanks for a great framework.

gunther

Profile
 
 
Posted: 01 November 2006 02:08 AM   [ Ignore ]   [ # 15 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  187
Joined  06-25-2006

I’ve got a set of CHMs for 1.4 and 1.5 here: http://champs.name/ci/  Not all at once, now smile

Like before, I’ve got a zip file in there with an UltraEdit macro to do most of the HTML changes, plus the HTML Help Workshop files.  Please don’t hesitate to put work into the Index tab if you feel like it.

 Signature 

Join us in #codeigniter on irc.freenode.net

Profile
 
 
   
1 of 3
1
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 819, on March 11, 2010 11:15 AM
Total Registered Members: 120406 Total Logged-in Users: 24
Total Topics: 126511 Total Anonymous Users: 6
Total Replies: 665250 Total Guests: 332
Total Posts: 791761    
Members ( View Memberlist )