mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #413] Documentation: Missing documentation in a few areas #276
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#276
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jwink3101 on GitHub (Jul 31, 2020).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/413
This is pretty general and I may go ahead and add it but I wanted to document it here first.
I am installing archivebox on Webfaction though some of this may be general. And it all may not be documentation
Some of what is in the reddit reply is not documented. For example, what is
PUBLIC_INDEX?Not (easily) documented how to set the serve port. This is not exactly archivebox per se but it would be good to help with some common options. (answer was to set it in the call)
No direct way to find commands. For example, calling
doesn't show commands! The only way to get the list was to do
And in doing so, it did a bunch of checks (such as Chromium) when it didn't need to.
(For those reading this the following is the list of options:
)
There is a few more things but I will break it into separate issues to help with book keeping
@pirate commented on GitHub (Aug 1, 2020):
Are you sure you're on the latest version? Can you post a screenshot of what you see from
archivebox --help.@pirate commented on GitHub (Aug 1, 2020):
I'm aware of the missing docs for other things, I already have a PR in progress to fix it all. (The docs have not yet been updated from the last version.)
@Jwink3101 commented on GitHub (Aug 6, 2020):
For what it's worth, Using only the version info given by the actual command (why is there no
--versionflag or the link?), I getSo, no, it doesn't show that. This was installed via pip on the day of my issue post
@Jwink3101 commented on GitHub (Aug 6, 2020):
So, it turns out that if you do
archivebox --helpin your data folder, it works as you expect. If you call it not in you data folder, you do not get the expected results.@cdvv7788 commented on GitHub (Aug 6, 2020):
Maybe we could make that more explicit? There are already instructions to import an existing archive and create a new one...maybe some extra paragraph that tells the user that archivebox requires an archive to work properly?