Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Beta documenation for the 1.9.x and 2.0 releases  (Read 6874 times)

0 Members and 1 Guest are viewing this topic.

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Beta documenation for the 1.9.x and 2.0 releases
« on: March 08, 2007, 01:45:58 am »


UPDATE:  I have removed the pdf as it is replaced by newer online docs:
http://cpmfetch.fistfullofcode.com/docs/stable_basic/index.html




Hello all,

I have put together a PDF of my first draft of a simplified "get to know CpmFetch" document. 

This is intended to be the beginning of the new documentation.    The goal of it is to get someone up and running and prepare them to read the reference documentation for further learning.

I am starting on the reference doc's, but would like to automatically generate them - if anyone has good phpDocumentor experience, please contact me!  I could use some advice to save me the trial and error thing.

Anyway, the goals of this documentation is to:

* Help guide the download and install

* Provide an understanding of how to basically use CpmFetch

* Provide a basic understanding of how to interact with CpmFetch

* Provide an understanding of how to read the function documentation - which is coming later

I am hoping for feedback and such.   Places that are not clear, places that could be better explained, stuff I forgot.

See the attached PDF

Thanks,

Vuud

PS. If you are moving to the dev release, this is also the best explanation on how to do it.
« Last Edit: April 08, 2007, 06:42:15 am by vuud »
Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: Beta documenation for the 1.9.x and 2.0 releases
« Reply #1 on: March 09, 2007, 07:42:32 pm »


Any ideas for tutorials and such are welcome also
Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: Beta documenation for the 1.9.x and 2.0 releases
« Reply #2 on: March 24, 2007, 01:56:11 am »


Reminder:  THIS DOCUMENT IS FOR THE DEV VERSION ONLY 1.9.x... 

It does not work for 1.6.x or before.

Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: Beta documenation for the 1.9.x and 2.0 releases
« Reply #3 on: March 25, 2007, 12:20:07 am »


I've decided to abandon the docbook format used for cpmfetch 1.4 and 1.6.  It's too hard to maintain.   To do it right requires a lot of updating each time I make a change.  I have neither the time, nor the inclination to work on documentation.

Instead I am going to move completely to PHPDoc, which is generally a programming reference generator.  Since CpmFetch is kind of like that I have decided to do this.  This allows me to document right inside my program and have it automagically generate into a readable format, but tends to be more reference like than manually created documentation.

The reference attached to the original post here will form what will be the ONLY full tutorial for CpmFetch.  There will be examples, but the concepts inside that will need to be completely understood.

So ANY thoughts, comments, etc... are pleaded for. 

I am giving credit to contributors of ideas, code, documentation corrections, etc on my web site if anyone seeks to boost their online presence (links to web sites too).

Thanks

Vuud

Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

nickfzx

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 285
Re: Beta documenation for the 1.9.x and 2.0 releases
« Reply #4 on: March 26, 2007, 08:52:14 pm »

i like the pdf format as it is very easy to read and navigate through...I agree that abandoning the web based docbook is a good idea.
Logged

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: Beta documenation for the 1.9.x and 2.0 releases
« Reply #5 on: March 26, 2007, 09:18:49 pm »

i like the pdf format as it is very easy to read and navigate through...I agree that abandoning the web based docbook is a good idea.

Well, the existing pdf will also be going away and that stuff (hopefully) be included in the phpdoc's

The PhpDoc program does have an option to create a pdf, which when I tried it:

1) Churned much longer
2) Generated lots of output
3) Created an unreadable pdf

So maybe we will have one... maybe not.

I do agree it is more readable from a tutorial point of view, so I will ensure that something easy to print and read remains

Thanks for the input!

Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

vuud

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1803
  • [cpmfetch.fistfullofcode.com]
    • Fist Full Of Code
Re: Beta documenation for the 1.9.x and 2.0 releases
« Reply #6 on: April 08, 2007, 06:41:26 am »


The documentation proposed here has been merged into the phpdocs

It can be found at:

http://cpmfetch.fistfullofcode.com/docs/stable_basic/index.html

Its a work in progress...

Again: IF ANYONE IS PROFICENT WITH PHPDOCUMENTOR, PLEASE LET ME KNOW....  I HAVE SOME ISSUES THAT COULD PROBABLY BE EASILY RESOLVED BY SOMEONE WHO KNOWS IT WELL.

Thanks!
Logged
Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 20 queries.