Skip to content
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

Finish The Ethiopians. #1

Closed
Adoria298 opened this issue Oct 21, 2019 · 2 comments
Closed

Finish The Ethiopians. #1

Adoria298 opened this issue Oct 21, 2019 · 2 comments

Comments

@Adoria298
Copy link
Owner

For all who want to help, here are instructions on how to do so:

  1. Open the HTML file in the text editor of your choice (on github.com, I recommend using soft wrap word wrapping).
  2. Type up, with correct breathings, the text from Farnell & Goff. Every new paragraph, end the last one with the text </p>, create a new line, the create the new one with the text <p>.
  3. Once typed up, proof read the text, then commit it, mentioning which lines you have typed, and this issue (typing issue #1 in the commit message works.
  4. At every word, you nned to add a <span> tag in front. This <span> tag should have a title equal to the dictionary definition, with a space, dash, space between the Greek and the English. This serves two functions:
    • annotating the word with what to expect in a dictionary for the reader;
    • showing the computer what the Greek word is, so it can analyse the text more easily.
  5. Then, once you have added the definition, go to the end of the word and add </span> before the space and the next word. If your word was ἐβουλευσατο, it should now look like this: <span title="βουλευομαι - to plan">ἐβουλευσατο</span>.
  6. Once you finish annotating a paragraph, ensuring you annotate every word correctly, commit it. Again, mention which lines and this issue in your commit message.

If you notice a mistake, feel free to correct it, using the above method where necessary. Also feel free to adapt your process, as along as the end result is the same.

@Adoria298
Copy link
Owner Author

Commits c42a832, 6820674, 4b15de4, 85642a0, 84942cb, 93312a6, 31eaf7e, daa4acb were all made before this issue, but are relevant to it.

Adoria298 added a commit that referenced this issue Oct 21, 2019
Adoria298 added a commit that referenced this issue Oct 21, 2019
Adoria298 added a commit that referenced this issue Oct 22, 2019
Adoria298 added a commit that referenced this issue Oct 25, 2019
Adoria298 added a commit that referenced this issue Nov 2, 2019
Finishes (other than typos) section 1 of The Ethiopians, part of issue #1.
@Adoria298
Copy link
Owner Author

N.B. Instead of manually adding cumbersome tags, if you have a recent version of python3 and BeautifulSoup4 installed, on a local copy of this repository you can run the file add_tags.py to add the <span> tags. See README.md for details.

Adoria298 added a commit that referenced this issue Nov 9, 2019
Adoria298 added a commit that referenced this issue Nov 14, 2019
Made add_tags.py more usable - given guidance notes.
Adoria298 added a commit that referenced this issue Nov 14, 2019
Completed section 2, apart from typos.
Adoria298 added a commit that referenced this issue Nov 15, 2019
Section 3 now fully added, but not annotated (issue #1).
Adoria298 added a commit that referenced this issue Nov 25, 2019
Adoria298 added a commit that referenced this issue Dec 8, 2019
NB - this was copied almost verbatim from issue #1
Adoria298 added a commit that referenced this issue Dec 14, 2019
Added speech marks where relevent to output of add_tags.py

Worked towards issue #1.
Adoria298 added a commit that referenced this issue Dec 23, 2019
Adoria298 added a commit that referenced this issue Jan 19, 2020
Improved comments in add_tags.py
Adoria298 added a commit that referenced this issue Jan 19, 2020
Adoria298 added a commit that referenced this issue Feb 2, 2020
Adoria298 added a commit that referenced this issue Feb 2, 2020
Adoria298 added a commit that referenced this issue Feb 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant