guide-me / GuideMe

an interactive story viewer
MIT License
4 stars 8 forks source link

Show a list of new (available) guides on the welcome page. #4

Closed TakenagaT closed 6 years ago

TakenagaT commented 10 years ago

There should be a configuration property pointing to an RSS feed with new guides.

meson1 commented 9 years ago

In the XML, in addition to and <Author> elements, have a <Synopsis> element. The <Synopsis> can then be used to contain a brief description of the Guide and can be displayed on the welcome page. Also in the Media Directory, if there is a file called cover.jpg, that can be used as the basis for a thumbnail on the welcome screen. The idea being that the Guidme scans the xml's, picks up the titles, synopses and cover images for display on the welcome screen and in a tease selection gallery.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/philormand"><img src="https://avatars.githubusercontent.com/u/5280896?v=4" />philormand</a> commented <strong> 7 years ago</strong> </div> <div class="markdown-body"> <p>There is now a library menu option that will display a list of teases</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>