Giter VIP home page Giter VIP logo

ritawebdev's People

Contributors

cqx931 avatar dhowe avatar real-john-cheung avatar

Watchers

 avatar

ritawebdev's Issues

synchronize reference pages

should have same css (note that the latter is copied from rita2doc)

/ritaweb/index.html#reference-wrapper
/ritaweb/reference.html

[Mobile] Interface Problems on Home Page(/RitaWeb/index.html)

Device1: Android 8.0.0 Firefox 68.11.0
Device2: iOS 12.1.1 Builtin Safari

Problems reference Occur On Dev1 Occur On Dev2
1.Occasionally Icons are not displayed for the highlights /RitaWeb/index.html -> id="highlights-wrapper" Y N
2.Occasionally Little arrow icons in quickstart and tutorials sections is not displayed /RitaWeb/index.html -> id="learning-wrapper-> class = "panel-group" Y N
3.panel are not expanded when tapping on the arrow icons in quickstart/tutorials section /RitaWeb/index.html -> id="learning-wrapper-> class = "panel-group" Y Y
4.gallery is not displayed /RitaWeb/index.html -> id="gallery-wrapper"-> class = "container" Y Y
5.the menu on top is not working /RitaWeb/index.html -> class="navbar-sticky visible" Y N

Screenshots
Problem 1:
151598327221_ pic
Problem 2:
161598327222_ pic
Problem 4:
171598327223_ pic_hd

Refer to issue #2

Download page hover issue

On download page of the new website, right now it's only possible to hover over minified version, no matter where the cursor is actually located.
Screenshot 2020-08-23 at 6 53 26 PM

Fix Pos/RiScript pages, add phones

Did you test these pages? they don't look very good

First run /rita2doc/run.sh, then check

Originals:

image

[Design Issue] Tutorials

Screenshot 2020-08-25 at 2 13 26 PM

In reference, only the first three items have sub menus while the last three have direct links. Arrows for the last three items should be hidden to avoid confusions.

[Test Result] Images are missing

It seems that those images are missing

Some imagrs are missing list
  tutorials/ngrams.php -> img/tutorials/markov1.png
  tutorials/ngrams.php -> img/tutorials/markov2.png
  tutorials/concordance.php -> img/kwic.png
  tutorials/ngrams.php -> img/tutorials/citiesandhighways.png

191598353731_ pic_hd

refere to #2

Test in mobile browsers

  • Test in mobile browsers [SC, delegate to JC?]
  • Integrate/test examples (p5, dom) [SC]
  • Check.migrate quickstart guides [DH]
  • Redo download page [DH/SC]

Add 'Version 2' notes on index.html page

Use the text below for now, with css so that it matches the design/layout:


Version 2 of RiTa is a complete rewrite of the library that is smaller, faster, more use-friendly, and more easily maintained. Unfortunately, however, is not backwards-compatible with programs written with version 1.x. Nearly all of the functionality of v1 is still available (plus lots of new features), but much of the organization and many of the function names have changed. Migrating an older work to v2 is generally quite straightforward, involving a few function name changes (plus I'm happy to help if you run into problems).

With that said, some of the more major changes:

  • Nearly all features of the library are now static functions on the RiTa object. So you can access them as RiTa.XXX(), e.g., RiTa.phones(), RiTa.tokenize(), RiTa.conjugate(), and so on. This means that there is only one object to worry about importing into your programs.

  • The RiMarkov and RiGrammar objects are significantly improved, and are now accessed via the RiTa.markov() and RiTa.grammar() static functions. RiTa grammars are still compatible with JSON, but can now include all the features of RiScript.

  • RiScript is a new scripting language designed to allow authors to easily integrate static text with simple generative primitives (choices, sequences, transforms, etc.). RiScript is designed specifically for writers (for example, no quotes are required for strings) and can be run via RiTa.evaluate() or simply included in any RiTa grammar.

  • RiTa v2 is available for Java (via Maven and github-packages) and JavaScript (via npm and unpkg). It is also available, of course, as a library for Processing and p5.js.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.