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

Add suggestions route and wiki api functionality #18

Merged
merged 7 commits into from
May 16, 2016

Conversation

svineet
Copy link
Contributor

@svineet svineet commented May 16, 2016

No description provided.

@svineet
Copy link
Contributor Author

svineet commented May 16, 2016

The instructions to run this code are in a comment in apertium/apertium-html-tools#35

@jonorthwash
Copy link
Member

@Kira-D, take note.

@jonorthwash jonorthwash merged commit 078b934 into apertium:suggestions May 16, 2016
@@ -831,6 +925,11 @@ def sanity_check():
parser.add_argument('-v', '--verbosity', help='logging verbosity', type=int, default=0)
parser.add_argument('-V', '--version', help='show APY version', action='version', version="%(prog)s version " + __version__)
parser.add_argument('-S', '--scalemt-logs', help='generates ScaleMT-like logs; use with --log-path; disables', action='store_true')
parser.add_argument('-wp', '--wiki-password', help="Apertium Wiki account password for SuggestionHandler", default=None)
parser.add_argument('-wu', '--wiki-username', help="Apertium Wiki account username for SuggestionHandler", default=None)
parser.add_argument('-wd', '--wiki-url', help="Apertium Wiki page to send data to for SuggestionHandler", default='User:Svineet')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kira-D: As you suggested, we should probably take this out. Adding it to the user page is safer.

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

Successfully merging this pull request may close these issues.

None yet

2 participants