-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
ToDo List #233
Comments
Since importing from different sources would inevitably introduce many duplications, a method of merging duplicated urls is crucial, I would suggest to pick the shortest title, and merge the tags. |
Are you interested in implementing the feature? |
Yes, I will try, I have only very little knowledge of python and know nothing about sql. |
I'm afraid at this stage of the project we need a little more experienced hands. BTW, Buku doesn't store duplicate URLs. So the first URL and associated data would be stored, rest would be discarded. I've thought about merging earlier but then, as long as the URL is in (and the user thought at some point the entry is complete with the first set of data) I think we are reasonably safe. |
I think storing bookmark save date would be nice. |
@flashus commented on 25 січ. 2018, 06:37 GMT+2:
So I think it may be necessary for me too |
Hello, I saw your thread here. I could volunteer for maintaining the AUR package, I have some experience in creating Fedora and Debian package. I might also look at the code sometime and contribute (currently using Python for work) |
That's great! Can you please share your AUR username so I can add you as a maintainer? |
Someone can make a package for Solus Os? |
@putsan please contact the Solus OS team to add Buku to their repository. And probably some more of my utilities ;). |
@jpdasma can you please share your AUR username? |
@rachmadaniHaryono would it be possible for you to take care of the PyPi update? I am not expecting a next release of Buku soon. |
Hello, although I have experience in creating Fedora and Debian packages due to work related reasons, I have minimal experience in creating an AUR package (thus still no AUR username). Is it okay if I could still maintain it? I'll try creating an AUR account later today. |
Hello, I have created an AUR account with usernamen jpdasma. I'm willing to be the maintainer for this if you are okay with a maintainer with little experience with regards to AUR :-) |
@jarun , i will try it on the next release. ping me when new release is finished |
@jpdasma that should be fine. There's one change in the last release of Buku you should be aware of - you can remove I have added you as a co-maintainer on AUR. Welcome! |
@rachmadaniHaryono we are not going to have a new release soon. The last release is not updated on PyPi yet. |
@jarun I'll take note of that I will also try publishing an update to the AUR later today. |
@jpdasma that's awesome! |
based on error, i need to get permission to upload it
for the second method i hope it can successfully upload to pypi. on these test i have to rename the version multiple time. i added 'postn' suffix so i can upload it to test.pypi (based on this https://stackoverflow.com/a/13919964/1766261) |
I have added you for the permission issues. Try once more. For the other part, do as you see fit. |
https://pypi.python.org/pypi/buku it is done my browser load the page stop few seconds between these lines
maybe rst need few time to process e: and i have no idea why the test.pypi format the readme back to raw rst e2:https://github.com/rachmadaniHaryono/Buku/tree/feature/release-branch e3: guide for uploading to pypi
code to generate readme.rst, require import pypandoc
long_description = pypandoc.convert_file('README.md', 'rst')
with open("README.rst", "w") as f:
f.write(long_description) example pypirc [distutils]
index-servers =
pypi
pypitest
[pypi]
repository=https://pypi.python.org/pypi
username=RachmadaniHaryono
password=<password>
[pypitest]
repository=https://test.pypi.org/legacy/
username=rachmadaniHaryono
password=<password> |
No issues with loading here! 👍 |
add the doc see the 3th edit of my comment above
you mean this ? on this page https://test.pypi.org/project/buku/3.6.post8/#files it is basically this commit 83165e2 |
Ignore ;). As long as users can download the package we are good! |
@mosegontar would you have the time to try the first item? I added it today. |
@jarun,hi! thanks for pinging me. I'll have to do some research how to do this in SQL and modify the search queries, but I can take a crack at it this weekend, if that's okay. To clarify the task: And this should apply to all searches with 'any' logic (but, I assume, not 'all' logic)? |
Yes, your understanding is correct. 👍 |
@jarun, just an update. I finally figured out the query:
Will hopefully be able to make a PR this week, but if you're in a hurry I am happy to hand it off too. |
Please take your time. |
@jarun I've created a snap package for this, for easy installation across my local Linux systems. It's very easy to maintain (when the snap is installed it pulls directly from your latest release, installs all the dependences etc). Would you be interested in publishing the snap in the Ubuntu snap store? It'd make installing over most popular Linux distros as easy as 'snap install buku'. If you'd like me to assist in publishing the snap, or even maintain the published snap on your behalf, please let me know. |
I do not maintain any downstream packages. If you can maintin I have no issues. Please ensure the changes in the codebase are minimal. Generally I discourage snaps but Buku has a few deps so we can have it. |
@jarun Thank you for permitting your application to be snapped, much appreciated. The snap would build directly from your latest released version, so no changes to your codebase at all. I've got the ball rolling - it's now pushed to a buku repository in the Ubuntu snap store and should be published soon. |
@jarun i create https://github.com/jarun/Buku/wiki/Upload-to-pypi, so anyone who want to upload the program to pypi can look at that instead searching in todo list thread |
thanks @Aninstance and @rachmadaniHaryono! |
@mosegontar would you have the time to work on the first item (paging support)? |
@jarun hi! my apologies for the delay. I'm pretty tied up lately, so I don't think I'd have time to work on it, but thanks for checking with me. |
@mosegontar Hey no problem! |
Rolled at #251. |
Continued from #174.
Notes
The list below is a growing one. While suggesting new features please consider contributing to
Buku
. The code is intentionally kept simple and easy to understand with comments. We'll be happy to assist any new contributor. We need your help!Some of the fresh-baked features may not have been released yet. Grab the master branch for those.
Identified tasks
a
andb
but notc
andd
)googler
/ddgr
- omniprompt keyO
profiles.ini
(see Firefox auto-import breaks if profile name does not end with .default #212, thanks @alex-bender)--format
in search results (ref, thanks @mosegontar)importdb()
]The text was updated successfully, but these errors were encountered: