videlibri

(★ 47)

:books: Cross-platform library client to automate any OPAC and library catalog from your local device, e.g. for renewing of borrowed books or searching for books available in the library in automated scripts.

파일 탐색기

  • .hgtags
  • .travis.yml
  • _hg.filemap
  • _hg.standalone.filemap
  • accountlist.pas
  • applicationconfig.pas
  • applicationdesktopconfig.pas
  • applicationformconfig.pas
  • bibtexexport.lfm
  • bibtexexport.pas
  • booklistreader.pas
  • bookListView.pas
  • bookproperties.pas
  • bookSearchForm.lfm
  • bookSearchForm.pas
  • bookWatch.lpi
  • bookWatch.lpr
  • bookwatchmain.lfm
  • bookwatchmain.pas
  • commoninterface.pas
  • commoninterfacehelpers.pas
  • commoninterfacetests.lpi
  • commoninterfacetests.lpr
  • COPYING
  • coverloaderaccess.pas
  • debuglogviewer.lfm
  • debuglogviewer.pas
  • duplicateremover.lfm
  • duplicateremover.pas
  • errordialog.lfm
  • errordialog.pas
  • exportxml.lfm
  • exportxml.pas
  • fpc-res.res
  • icons.lrs
  • icons.res
  • inifilessafe.pas
  • inputlistbox.pas
  • interface-generator-pretty-to-xml.xqm
  • interface-generator.xqm
  • interface.pretty
  • interface.xml
  • jsonscannerhelper.pas
  • libraryaccess.pas
  • libraryaccesstester.lfm
  • libraryaccesstester.pas
  • librarylistview.pas
  • libraryparser.pas
  • librarysearcher.pas
  • librarysearcheraccess.pas
  • manage.sh
  • manifest.rc
  • messagesystem.pas
  • mockvidelibri.xqm
  • newaccountwizard_u.lfm
  • newaccountwizard_u.pas
  • options.lfm
  • options.pas
  • publish-test-lib.sh
  • README.md
  • statistik_u.lfm
  • statistik_u.pas
  • tnaaccess.pas
  • updateLibrary.pas
  • videlibri.desktop
  • videlibribuildid.inc
  • videlibrilanguageconfig.inc
  • vlmaps.pas
  • xqueryform.lfm
  • xqueryform.pas

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

username

설명 보기 ▼

사용자를 관리.
설정 모드에서 사용.
더 많은 정보: <https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/s1/sec-s1-xe-3se-3850-cr-book/sec-s1-xe-3se-3850-cr-book_chapter_0110.html>.

username {{admin}} privilege 15 secret {{password}}

관리자 계정 생성:

🔍

xidel

설명 보기 ▼

HTML/XML 페이지 및 JSON API에서 데이터를 다운로드하고 추출.
더 많은 정보: <https://www.videlibri.de/xidel/>.

xidel {{https://www.google.com/search?q=test}} {{[-e|--extract]}} "//a/extract(@href, 'url[?]q=([^&]+)&', 1)[. != '']"

Google 검색으로 찾은 모든 URL 출력:

xidel {{https://www.google.com/search?q=test}} {{[-f|--follow]}} "{{//a/extract(@href, 'url[?]q=([^&]+)&', 1)[. != '']}}" {{[-e|--extract]}} {{//title}} --download '{{{$host}/}}'

Google 검색으로 찾은 모든 페이지의 제목을 출력하고 다운로드:

xidel {{https://example.org}} {{[-f|--follow]}} {{//a}} {{[-e|--extract]}} {{//title}}

페이지의 모든 링크를 따라가서 제목을 XPath로 출력:

// repository documentation