[ https://issues.apache.org/jira/browse/NUTCH-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17379377#comment-17379377 ]
ASF GitHub Bot commented on NUTCH-2886: --------------------------------------- lewismc commented on pull request #693: URL: https://github.com/apache/nutch/pull/693#issuecomment-878476211 This would have the following impact on the nutch source before restructuring ``` github.com/AlDanial/cloc v 1.88 T=2.42 s (415.1 files/s, 57736.9 lines/s) -------------------------------------------------------------------------------- Language files blank comment code -------------------------------------------------------------------------------- Java 658 12390 26610 60066 XML 169 2535 3463 14813 HTML 28 2556 376 3752 XSLT 9 343 188 3292 Ant 80 550 1399 1969 JSON 2 26 0 1733 Markdown 16 244 0 652 Bourne Shell 28 147 99 553 Bourne Again Shell 3 78 165 549 XSD 3 18 50 295 DOS Batch 1 45 1 194 CSS 1 18 25 106 DTD 2 42 138 38 YAML 2 6 16 35 JavaScript 1 3 1 20 Dockerfile 1 6 17 14 -------------------------------------------------------------------------------- SUM: 1004 19007 32548 88081 -------------------------------------------------------------------------------- ``` after ``` github.com/AlDanial/cloc v 1.88 T=2.64 s (355.9 files/s, 51112.2 lines/s) -------------------------------------------------------------------------------- Language files blank comment code -------------------------------------------------------------------------------- Java 606 11802 25691 57837 XML 169 2532 3463 14800 XSLT 9 343 188 3292 HTML 18 2533 300 3249 Ant 80 550 1399 1969 JSON 2 26 0 1733 Markdown 16 244 0 652 Bourne Shell 28 147 99 553 Bourne Again Shell 3 78 165 546 XSD 3 18 50 295 DOS Batch 1 45 1 194 DTD 2 42 138 38 YAML 2 6 16 35 JavaScript 1 3 1 20 Dockerfile 1 6 17 14 -------------------------------------------------------------------------------- SUM: 941 18375 31528 85227 -------------------------------------------------------------------------------- ``` ~2750 lines of code contained within the Web Application. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@nutch.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Move Nutch WebApp to separate repository > ---------------------------------------- > > Key: NUTCH-2886 > URL: https://issues.apache.org/jira/browse/NUTCH-2886 > Project: Nutch > Issue Type: Improvement > Components: build, web gui > Environment: Move > Reporter: Lewis John McGibbney > Assignee: Lewis John McGibbney > Priority: Major > Fix For: 1.19 > > > I propose to move the Nutch WebApp out of the primary Nutch repository and > into a new repository https://github.com/apache/nutch-webapp. This work has > already been done. The task is now to essentially remove the WebApp code from > the canonical Nutch repository at https://github.com/apache/nutch. > PR coming up... -- This message was sent by Atlassian Jira (v8.3.4#803005)