<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Create Website in Alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-website-in-alfresco/m-p/262626#M215756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a website that I have designed, I want to know how I can import it into alfresco so that I can be able to run it there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to be able to edit it in alfresco, so I can attach documents in Document Management or use some Articles or Documents from alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried&amp;nbsp; Web Quick Start, but the problem is I want to use my own website or design I have except the default one you import from&amp;nbsp; Web Quick Start Dashlet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also tried to create a Web Project using the tutorial (&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/3.4/index.jsp?topic=%2Fcom.alfresco.Enterprise_3_4_0.doc%2Fconcepts%2Fgs-wcm-intro.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/3.4/index.jsp?topic=%2Fcom.alfresco.Enterprise_3_4_0.doc%2Fconcepts%2Fgs-wcm-intro.html&lt;/A&gt;&lt;SPAN&gt;), but it I got the error below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;org.alfresco.web.forms.FormProcessor$ProcessingException: org.alfresco.web.forms.xforms.FormBuilderException: error parsing schema: at line 45 column 114: src-resolve: Cannot resolve the name 'pr:company_footer_choices' to a(n) 'type definition' component.&lt;/EM&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Croc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2011 21:03:50 GMT</pubDate>
    <dc:creator>croc</dc:creator>
    <dc:date>2011-08-02T21:03:50Z</dc:date>
    <item>
      <title>Create Website in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-website-in-alfresco/m-p/262626#M215756</link>
      <description>Hi All,I have a website that I have designed, I want to know how I can import it into alfresco so that I can be able to run it there.I want to be able to edit it in alfresco, so I can attach documents in Document Management or use some Articles or Documents from alfresco.I have tried&amp;nbsp; Web Quick Star</description>
      <pubDate>Tue, 02 Aug 2011 21:03:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-website-in-alfresco/m-p/262626#M215756</guid>
      <dc:creator>croc</dc:creator>
      <dc:date>2011-08-02T21:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create Website in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-website-in-alfresco/m-p/262627#M215757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want to change webquickstart design you can, just by overloading css files and include it in your page like this :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to your tomcat/webapps/wcmqs/css folder, create a new folder, duplicate the general_styles.css, rename it and put it in this folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open the index.css file and include your new theme :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@import url("reset.css");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@import url("typography.css");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@import url("general_styles.css");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@import url("slimbox2.css");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/* these are the available themes: uncomment the css for the theme you want to activate */&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;@import url("foldername/cssfilename.css");&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;/*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@import url("white_blue/styles.css");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@import url("white_orange/styles.css");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@import url("white_green/styles.css");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@import url("dark_brown/styles.css");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@import url("dark_orange/styles.css");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@import url("dark_redblue/styles.css");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@import url("red_brown/styles.css");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@import url("krem/styles.css");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There you are able to overload wcmqs css styles through your new css file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your design is completely different you'll have to create your own templates :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In webapps/wcmqs/WEB-INF/templates you can create your own page structure and specify region for your webscripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In webapps/wcmqs/WEB-INF/pages you can define webscript call in your template regions with a simple xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In webapps/wcmqs/WEB-INF/webscripts you can create your own webscripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Alfresco Share you can specify wich template instance you want to call on section indexPage or on article visualisation, just set it in your section metadatas.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 09:24:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-website-in-alfresco/m-p/262627#M215757</guid>
      <dc:creator>morphinof</dc:creator>
      <dc:date>2011-09-06T09:24:11Z</dc:date>
    </item>
  </channel>
</rss>

