PileProject / drive

The drive project
Other
5 stars 4 forks source link

Add Legal Notice #61

Closed tiwanari closed 7 years ago

tiwanari commented 7 years ago

This PR introduces the Legal Notice of our apps.

Output

This PR provides the following page; screenshot_20161202-151310

How to update it

  1. modify app/src/main/assets/legal_notice_template.md

  2. use pandoc to convert the above markdown to a html.

pandoc legal_notice_template.md

Then, you'll get the converted result.

  1. copy the result and paste it into the article element of app/src/main/assets/legal_notice.html

NOTE

I used sindresorhus/github-markdown-css: The minimal amount of CSS to replicate the GitHub Markdown style for the pages' css.

Discussion

Please feel free to leave comments on the contents of the legal notice.

tiwanari commented 7 years ago

I added a small change; merged duplicated xmls into one.

tiwanari commented 7 years ago

I checked some notices of some applications and terms online and wrote it. I can guess what you want me to do but it's time and money consuming.

tiwanari commented 7 years ago

Thank you for your review. I will merge this :)