Re: Just Getting Started
Felix Maeder <[email protected]> Wed, 16 Oct 2002 11:09:55 +0200
| Newsgroups | gmane.comp.cms.wyona.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Jason, That looks great, such a tutorial would be very much a help for users. I'm sure Michael will have a look at it next week when he's back from vacation. Felix Jason Wehmhoener wrote: > 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. > > > > _______________________________________________ > WyonaCMS-users mailing list > [email protected] > http://mail.wyona.org/cgi-bin/mailman/listinfo/wyonacms-users