Revision [444]

Last edited on 2007-04-24 20:59:42 by KlenwellAdmin
Additions:
++resolve stylesheet loading issue++
++start over link on last page++
Deletions:
start over link on last page
resolve stylesheet loading issue


Revision [421]

Edited on 2007-04-18 16:45:51 by KlenwellAdmin
Additions:
data file production


Revision [420]

Edited on 2007-04-18 16:44:38 by KlenwellAdmin
Additions:
**current release version** 0.3
**last stable release** n/a
Deletions:
**version** 0.3


Revision [419]

Edited on 2007-04-18 16:43:37 by KlenwellAdmin
Additions:
**version** 0.3
start over link on last page
hideable page handlers
resolve stylesheet loading issue
Deletions:
**version


Revision [418]

Edited on 2007-04-18 16:42:32 by KlenwellAdmin
Additions:
When this project reaches a stage where it is stable and ready for wider usage, it will be available on the [[http://code.google.com/p/upublisher/downloads/list project download page]].
====Status====
**version
**to do**


Revision [417]

Edited on 2007-04-18 14:40:31 by KlenwellAdmin
Additions:
please report any issues or bugs on the [[http://code.google.com/p/upublisher/issues/list?can=1 project page issue list]]


Revision [416]

Edited on 2007-04-18 14:18:04 by KlenwellAdmin
Additions:
uPublisher is a javascript class designed to give writers, artists, and small publishers with some experience with javascript a means for distributing their work on free websites like googlepages that enable javascript but do not allow the kind of server-side access typically necessary to build dynamic web pages.
the code below is the actual code from the [[http://klenwell.googlepages.com/demo.upublisher.htm demo]] listed above
%%(javascript)
<!-- Note : must be called from body; if called from head, will not autoload properly -->
<!-- google code repository : http://upublisher.googlecode.com/svn/trunk/ -->
<script type="text/javascript" src="http://upublisher.googlecode.com/svn/trunk/intro.data.js"></script>
<script type="text/javascript" src="http://upublisher.googlecode.com/svn/trunk/upublisher.ini.js"></script>
<!-- Test Script -->
<script type="text/javascript">
var debug = 0;
var MyPublisher = new uPublisher(debug);
var stylesheet = 'upublisher.default.css';
MyPublisher.ini();
MyPublisher.load_file();
MyPublisher.build_page();
MyPublisher.add_page_handler_img('last', MyPublisher.dirpath + 'image/dogear.back.png');
MyPublisher.add_page_handler_img('next', MyPublisher.dirpath + 'image/dogear.next.png');
MyPublisher.add_stylesheet(stylesheet);
MyPublisher.publish('uBook');
</script>
%%


Revision [415]

The oldest known version of this page was created on 2007-04-18 13:46:03 by KlenwellAdmin
Valid XHTML 1.0 TransitionalValid CSSWikkaWiki