-
-
Notifications
You must be signed in to change notification settings - Fork 105
[Update] Readme and Odoo appstore visibility #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 11.0
Are you sure you want to change the base?
Changes from all commits
bb3fca2
31ccfa0
30eec91
ac55cc2
ca5aee4
1accc7b
53af2ed
3073631
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,246 @@ | ||
| <section id="website_theme_flexible_description" class="container"> | ||
| <div class="row text-center mb64"> | ||
| <div class="col-md-12"> | ||
| <p> | ||
| Theme Flexible is the first OCA published frontend website theme.<br/><br> | ||
| It is extremely flexible in Font and Color use. No more presets. It still uses the power of Bootstrap, LESS and CSS3.<br/><br> | ||
| OCA created a theme you can build your next level Odoo websites on. | ||
| </p> | ||
| </div> | ||
| </div> | ||
| <hr class="mb32 mt32" /> | ||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h2>Main Features</h2> | ||
| </div> | ||
| </div> | ||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h3>Custom CSS</h3> | ||
| </div> | ||
| </div> | ||
| <img class="img-responsive" src="screenshot5.jpg" alt="CSS editor in the configuration menu" /> | ||
| <hr class="mb32 mt32" /> | ||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h3>Layout Options</h3> | ||
| </div> | ||
| </div> | ||
| <div class="row mt64 mb64 text-center"> | ||
| <div class="col-xs-8"> | ||
| <img class="img-responsive" src="screenshot1.png" alt="Options to customize your website layout" /> | ||
| </div> | ||
| <div class="col-xs-4"> | ||
| <ul><li> | ||
| Layout: <span class="italic">Full Width, boxed, Postcard</span> | ||
| </li><li> | ||
| Block Corner Radius: <span class="italic">Set section rounded corners</span> | ||
| </li><li> | ||
| Background Color: <span class="italic">Set the page Background color</span> | ||
| </li><li> | ||
| Footer Color: <span class="italic">Set the page Background Footer color</span> | ||
| </li><li> | ||
| Link Color: <span class="italic">Set main href font color</span> | ||
| </li><li> | ||
| Link Color In Footer: <span class="italic">Set footer href font color</span> | ||
| </li></ul> | ||
| </div> | ||
| </div> | ||
| <hr class="mb32 mt32" /> | ||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h3>Menu Options</h3> | ||
| </div> | ||
| </div> | ||
| <div class="row mt64 mb64 text-center"> | ||
| <div class="col-xs-8"> | ||
| <img class="img-responsive" src="screenshot2.png" alt="Options to set the looks of your menu" /> | ||
| </div> | ||
| <div class="col-xs-4"> | ||
| <ul><li> | ||
| Company Logo / Website Name Alignment: <span class="italic">Select if you want Company Logo or Name and if it should be on the left or rightside of the menu</span> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think using
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://www.w3.org/TR/html5/text-level-semantics.html#the-i-element |
||
| </li><li> | ||
| Menu Alignment: <span class="italic">Left, Center, Right</span> | ||
| </li><li> | ||
| Sticky: <span class="italic">When scrolling down on a page should the menu stay visible</span> | ||
| </li><li> | ||
| Background Color: <span class="italic">Set the menu Background color</span> | ||
| </li><li> | ||
| Font color: <span class="italic">Set menu font color</span> | ||
| </li></ul> | ||
| </div> | ||
| </div> | ||
| <hr class="mb32 mt32" /> | ||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h3>Color Options</h3> | ||
| </div> | ||
| </div> | ||
| <img class="img-responsive" src="screenshot3.png" alt="Set your default colors and shades" /> | ||
| <p> | ||
| Set your default 5 colors and Shades. Any color can be selected and you determine the shade grade in percentage of that color. Giving you freedom in color presets! | ||
| </p> | ||
| <hr class="mb32 mt32" /> | ||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h3>Font options</h3> | ||
| </div> | ||
| </div> | ||
| <img class="img-responsive " src="screenshot4.png" alt="Font options" /> | ||
| <p> | ||
| Set your fonts for Normal, Code, H1-6 and menu. Select Italic or Underline<br/> | ||
| If you configure Google Fonts correctly (See configuration below) you can select all Google Fonts, by inputting the Google Font name as it appears on <a href="https://fonts.google.com/" target="_blank">https://fonts.google.com/</a> | ||
| </p> | ||
| <hr class="mb32 mt32" /> | ||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h2>Configuration</h2> | ||
| </div> | ||
| </div> | ||
| <img class="img-responsive" src="screenshot0.png" alt="Set the Google Font API" /> | ||
| <p> | ||
| To configure this module, you need to set a Google Font API in the Odoo Website Backend Settings.<br/> | ||
| Anyone can obtain such an API key for free here: <a href="https://developers.google.com/fonts/docs/developer_api" target="_blank">https://developers.google.com/fonts/docs/developer_api</a> | ||
| </p> | ||
| <hr class="mb32 mt32" /> | ||
|
|
||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h2>Usage</h2> | ||
| </div> | ||
| </div> | ||
| <p>To use this module, you need to:</p> | ||
| <ol> | ||
| <li>Go to the website</li> | ||
| <li>click in menu on 'Customize'</li> | ||
| <li>click on 'Customize Theme'</li> | ||
| <li>change the options to your preference</li> | ||
| <li>click on 'Apply'</li> | ||
| </ol> | ||
|
|
||
| <hr class="mb32 mt32" /> | ||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h2>Bug Tracker</h2> | ||
| </div> | ||
| </div> | ||
| <p> | ||
| Bugs are tracked on <a href="https://github.com/OCA/website/issues" target="_blank">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback. | ||
| </p> | ||
| <hr class="mb32 mt32" /> | ||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h2>Contribute</h2> | ||
| </div> | ||
| </div> | ||
| <p> | ||
| We welcome improvements and suggestions to this theme! See the code on <a href="https://github.com/OCA/website-themes/tree/11.0/website_theme_flexible" target="_blank">GitHub</a>. Feel free to make suggestions or do a pull request. We know with your help this theme can be better than it is already! | ||
| </p> | ||
| <hr class="mb32 mt32" /> | ||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h2>Credits</h2> | ||
| </div> | ||
| </div> | ||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h3>Contributors</h3> | ||
| </div> | ||
| </div> | ||
| <p> | ||
| <a href="mailto:[email protected]?Subject=I%20want%20to%20declare%20you%20my%20love%20to%20you,%20due%20to%20your%20contribution%20on%20OCA%20regarding%20Theme%20Flexible">Dennis Sluijk</a><br/> | ||
| <a href="mailto:[email protected]?Subject=I%20want%20to%20declare%20you%20my%20love%20to%20you,%20due%20to%20your%20contribution%20on%20OCA%20regarding%20Theme%20Flexible">Frank Schellenberg</a><br/><br/> | ||
| Do not contact contributors directly about support or help with technical issues. | ||
| </p> | ||
| <hr class="mb32 mt32" /> | ||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h3>Funders</h3> | ||
| </div> | ||
| </div> | ||
| <p> | ||
| The development of this module has been financially supported by: <a href="https://onestein.nl">Onestein B.V.</a> | ||
| </p> | ||
| <hr class="mb32 mt32" /> | ||
| <div class="row text-center mt64 mb64"> | ||
| <div class="col-md-12"> | ||
| <h3>Maintainer</h3> | ||
| </div> | ||
| </div> | ||
| <p> | ||
| <a href="https://odoo-community.org" target="_blank"><img src="https://odoo-community.org/logo.png" alt="Odoo Community Association"/></a><br/><br/> | ||
| This module is maintained by the OCA.<br/><br/> | ||
| OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.<br/><br/> | ||
| To contribute to this module, please visit <a href="https://odoo-community.org" target="_blank">https://odoo-community.org</a>. | ||
| </p> | ||
| <hr class="mb32 mt32" /> | ||
| </section> | ||
|
|
||
| <style> | ||
| #website_theme_flexible_description{ | ||
| padding-top: 40px; | ||
| font-size: 1.4rem; | ||
| overflow-x: hidden; | ||
| } | ||
| #website_theme_flexible_description img{ | ||
| pointer-events: none; | ||
| vertical-align: middle; | ||
| display: block; | ||
| max-width: 80%; | ||
| height: auto; | ||
| margin: 1em auto; | ||
| } | ||
| #website_theme_flexible_description p{ | ||
| max-width: 600px; | ||
| position: relative; | ||
| display: block; | ||
| margin: 1em auto; | ||
| } | ||
| #website_theme_flexible_description ol, #website_theme_flexible_description ul{ | ||
| max-width: 600px; | ||
| position: relative; | ||
| display: block; | ||
| margin: 1em auto; | ||
| text-align: left; | ||
| } | ||
| #website_theme_flexible_description h2{ | ||
| color: #1c355e; | ||
| font-size: 3em; | ||
| font-weight: 500; | ||
| letter-spacing: -2px; | ||
| word-spacing: -4px; | ||
| } | ||
| #website_theme_flexible_description h3{ | ||
| color: #1c355e; | ||
| font-size: 2em; | ||
| font-weight: 300; | ||
| letter-spacing: -2px; | ||
| word-spacing: -4px; | ||
| } | ||
| hr{ | ||
| color: #4d4e53; | ||
| background-color: #4d4e53; | ||
| height: 1px; | ||
| } | ||
| .text-center { | ||
| text-align: center; | ||
| } | ||
| .mt16{ | ||
| margin-top: 16px; | ||
| } | ||
| .mt64{ | ||
| margin-top: 64px; | ||
| } | ||
| .mb16{ | ||
| margin-bottom: 16px; | ||
| } | ||
| .mb64{ | ||
| margin-bottom: 64px; | ||
| } | ||
| .mb32{ | ||
| margin-bottom: 32px; | ||
| } | ||
| .italic{ | ||
| font-style: italic; | ||
| } | ||
| </style> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is not needed having README.rst
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is needed for the Odoo App Store.
Modules without index.html will be rated lower then modules with.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is that stated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First:
See point 4 from an email App Developers received beginning of the year.
From: [email protected]
Sent: Thursday, 18 January, 2018 14:26:59
Subject: Let's improve the Apps Store - Apps Review
Second: Check out how the RST is rendered in the App Store now. Already depreciated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the info. This is a proposal, but not yet done. I worry about that, as an HTML is difficult to maintain. RST can be a rich format also. The way I see to go with this is to auto-generate an HTML from RST instead of manually create one, or better yet, forget totally the Odoo Apps and go for OCA Apps Browser (OCA/apps-store#7).
Meanwhile, I won't oppose to this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing me to the "OCA AppStore" module. That is a great development.
However I do feel OCA developed apps should also be highly visible in the Odoo App Store. Preferably top ranked to. And aside great code, Odoo S.A. would love to see a good presentation.
As my programming skills are sub OCA standards helping out getting the Apps presented as good as possible can be my OCA contribution ;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
About index.html and scoring, it is official, read Odoo vendor guidelines (look for "Scoring of Apps")
https://www.odoo.com/apps/vendor-guidelines