Re: Just Getting Started

[email protected] Wed, 16 Oct 2002 11:34:42 +0200
Newsgroups gmane.comp.cms.wyona.user
Message-ID <[email protected]>
Hi Jason

It's a good idea! In August, I have also started a documentation
concerning creating a new pub. 
Check following mailing lists entries:
http://mail.wyona.org/pipermail/wyonacms-users/2002-August/000111.html
http://mail.wyona.org/pipermail/wyonacms-users/2002-August/000119.html

If you have downloaded wyona on your PC you'll find the appropriate xml-file
at webapp/wyona/cms/pubs/wyona-cms-docs/docs/publication/live/tutorial.xml
or look at http://localhost:8080/wyona-cms/docs/xdocs/tutorial.html
(for some reason http://www.wyona.org/docs/xdocs/tutorial.html does not work)
May be you would like to resume the document.

Best wishes
Jürgen


> From: "Jason Wehmhoener" <[email protected]>
> To: <[email protected]>
> Date: Tue, 15 Oct 2002 11:45:37 -0700
> Subject: [Wyonacms-users] Just Getting Started
> 
> Hello,
> 
> I am attempting to make a list of all the files that would need to be
> edited
> in order to get a new 'pub' live in the shortest time possible.
> 
> So, I've made a copy of 'ethz-mat' called 'test-site' and I'm attempting to
> identify the purpose of each file in the pub, and make a note of the files
> that need to be customized.  This list is below, and I'd appreciate
> additions/corrections/suggestions. I'm hoping that at some point someone
> can
> say "yes, that's a complete list, that will work".  Maybe it could then
> eventually become some kind of tutorial on wyona.org?
> 
> I haven't actually tested the procedure below, so if you try it and
> something doesn't work, please let me know (especially if you know what
> will
> actually work, tell me how I got confused!).
> 
> BTW, anyone out there have a favorite WYSIWYG XSL editor for template
> creation? I have been spoiled rotten by Dreamweaver!  Would it be easiest
> to
> just do the design in DW, and then go back and add the XSL tags?
> 
> I can't wait to start using wyona, seems like it will be much more
> efficient
> and less bug-prone than what I have been doing (writing new php scripts/db
> tables for every new and different imaginable variation of page structure).
> Great work!
> 
> Thanks,
> Jason
> 
> wyona-cms/sitemap.xmap
> 	Needs to be edited to let the wyona-cms servlet know
> 	that your new pub exists and the URI with which it
> 	should be accessed. Copy the ethz-mat section and update the paths to
> 'test-site'.
> 
> wyona-cms/wyona/cms/pubs/test-site/admin-sitemap.xmap
> 	No changes.
> 
> wyona-cms/wyona/cms/pubs/test-site/authoring-sitemap.xmap
> 	Need to update the paths, change 'ethz/mat' to 'test/site'.
> 
> wyona-cms/wyona/cms/pubs/test-site/html-form-editor.xmap
> 	Need to update the paths, change 'ethz/mat' to 'test/site'.
> 
> wyona-cms/wyona/cms/pubs/test-site/live-sitemap.xmap
> 	Need to update the paths, change 'ethz/mat' to 'test/site'.
> 
> wyona-cms/wyona/cms/pubs/test-site/policies-sitemap.xmap
> 	No changes.
> 
> wyona-cms/wyona/cms/pubs/test-site/sitemap.xmap
> 	Need to update the paths, change 'ethz-mat' to 'test-site'.
> 
> wyona-cms/wyona/cms/pubs/test-site/xopus.xmap
> 	Need to update the paths, change 'ethz/mat' to 'test/site'.
> 
> wyona-cms/wyona/cms/pubs/test-site/docs/ethz
> 	Rename directory to 'test'
> 
> wyona-cms/wyona/cms/pubs/test-site/docs/ethz/mat
> 	Rename directory to 'site'
> 	Remove all files in this directory, will be automatically
> 	generated as they are edited??
> 
> wyona-cms/wyona/cms/pubs/test-site/docs/publication/doctypes/doctypes.xconf
> 	This is where you define all the doctypes that are possible within
> 	your site.
> 
> wyona-cms/wyona/cms/pubs/test-site/docs/publication/doctypes/samples/*
> 	This is where you should put example .xml files that can be
> 	validated by your schemas.
> 
> wyona-cms/wyona/cms/pubs/test-site/docs/publication/doctypes/schemas/*
> 	This is where your XML Schemas will go.  These .xsd files determine
> 	the underlying structure of your site.
> 
> wyona-cms/wyona/cms/pubs/test-site/docs/publication/menus/*
> 	These files define the wyona menus that are used in the Admin and
> 	Edit pages. They can be edited to reflect your site's structure.
> 
> wyona-cms/wyona/cms/pubs/test-site/docs/publication/wyona/*
> 	No changes needed?
> 
> wyona-cms/wyona/cms/pubs/test-site/resources/images/*
> 	This is where the images for your web design will go.
> 
> wyona-cms/wyona/cms/pubs/test-site/resources/styles/*
> 	This is where the css for your web design will go.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylesheets/cms/not_published_yet.xsl
> 	This is the file that will be shown when a user attempts to view a 404.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylesheets/Configuration/read.xsl
> 	Need to update the path, change 'ethz-mat' to 'test-site'.
> 	What does this file do??
> 
> wyona-cms/wyona/cms/pubs/test-site/stylesheets/ethz
> 	Rename directory to 'test'.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylesheets/ethz/mat
> 	Rename directory to 'site'.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylesheets/test/site/html-group-XOPUS.xs
> l
> 	Needs to be edited to reflect your schema(s). Used to create the form for
> 	editing the page's content.
> 	It would be nice to have some explanation of how this file gets used.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylesheets/test/site/html-group-XPSFORM.
> xsl
> 	Needs to be edited to reflect your schema(s). Used to create the form for
> 	editing the page's content.
>  	It would be nice to have some explanation of how this file gets used.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylesheets/test/site/html-structure.xsl
> 	No changes.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylesheets/test/site/makeFamily.xsl
> 	No changes.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylesheets/test/site/makeStructure.xsl
> 	No changes.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylesheets/test/site/Configuration/read.
> xsl
> 	Need to update the path, change 'ethz-mat' to 'test-site'.
> 	What does this file do??
> 
> wyona-cms/wyona/cms/pubs/test-site/stylesheets/test/site/Page/root.xsl
> 	No changes.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylesheets/test/site/Page/container.xsl
> 	This XSL file is the primary html template that all the other content
> blocks
> 	fall into.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylesheets/test/site/Page/*
> 	There are directories for each doctype you defined in
> 	wyona-cms/wyona/cms/pubs/test-site/docs/publication/doctypes/doctypes.xconf
> 
> wyona-cms/wyona/cms/pubs/test-site/stylsheets/test/site/Page/yourDocType/Aut
> horing/main.xsl
> 	No changes needed.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylsheets/test/site/Page/yourDocType/Edi
> t/main.xsl
> 	No changes needed.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylsheets/test/site/Page/yourDocType/Liv
> e/main.xsl
> 	No changes needed.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylsheets/test/site/Page/yourDocType/bod
> y.xsl
> 	This XSL file is the html template for the specific doctype.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylsheets/publication/*
> 	No changes.
> 
> wyona-cms/wyona/cms/pubs/test-site/stylsheets/wyona/*
> 	No changes.
> 
> 
> 
> 





-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/