mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
migrate from govendor to dep
This commit is contained in:
22
vendor/github.com/sergi/go-diff/.gitignore
generated
vendored
Normal file
22
vendor/github.com/sergi/go-diff/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
[568vq].out
|
||||
|
||||
*.cgo1.go
|
||||
*.cgo2.c
|
||||
_cgo_defun.c
|
||||
_cgo_gotypes.go
|
||||
_cgo_export.*
|
||||
|
||||
_testmain.go
|
||||
|
||||
*.exe
|
||||
177
vendor/github.com/sergi/go-diff/APACHE-LICENSE-2.0
generated
vendored
Normal file
177
vendor/github.com/sergi/go-diff/APACHE-LICENSE-2.0
generated
vendored
Normal file
@@ -0,0 +1,177 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
25
vendor/github.com/sergi/go-diff/AUTHORS
generated
vendored
Normal file
25
vendor/github.com/sergi/go-diff/AUTHORS
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# This is the official list of go-diff authors for copyright purposes.
|
||||
# This file is distinct from the CONTRIBUTORS files.
|
||||
# See the latter for an explanation.
|
||||
|
||||
# Names should be added to this file as
|
||||
# Name or Organization <email address>
|
||||
# The email address is not required for organizations.
|
||||
|
||||
# Please keep the list sorted.
|
||||
|
||||
Danny Yoo <dannyyoo@google.com>
|
||||
James Kolb <jkolb@google.com>
|
||||
Jonathan Amsterdam <jba@google.com>
|
||||
Markus Zimmermann <markus.zimmermann@nethead.at> <markus.zimmermann@symflower.com> <zimmski@gmail.com>
|
||||
Matt Kovars <akaskik@gmail.com>
|
||||
Örjan Persson <orjan@spotify.com>
|
||||
Osman Masood <oamasood@gmail.com>
|
||||
Robert Carlsen <rwcarlsen@gmail.com>
|
||||
Rory Flynn <roryflynn@users.noreply.github.com>
|
||||
Sergi Mansilla <sergi.mansilla@gmail.com>
|
||||
Shatrugna Sadhu <ssadhu@apcera.com>
|
||||
Shawn Smith <shawnpsmith@gmail.com>
|
||||
Stas Maksimov <maksimov@gmail.com>
|
||||
Tor Arvid Lund <torarvid@gmail.com>
|
||||
Zac Bergquist <zbergquist99@gmail.com>
|
||||
32
vendor/github.com/sergi/go-diff/CONTRIBUTORS
generated
vendored
Normal file
32
vendor/github.com/sergi/go-diff/CONTRIBUTORS
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# This is the official list of people who can contribute
|
||||
# (and typically have contributed) code to the go-diff
|
||||
# repository.
|
||||
#
|
||||
# The AUTHORS file lists the copyright holders; this file
|
||||
# lists people. For example, ACME Inc. employees would be listed here
|
||||
# but not in AUTHORS, because ACME Inc. would hold the copyright.
|
||||
#
|
||||
# When adding J Random Contributor's name to this file,
|
||||
# either J's name or J's organization's name should be
|
||||
# added to the AUTHORS file.
|
||||
#
|
||||
# Names should be added to this file like so:
|
||||
# Name <email address>
|
||||
#
|
||||
# Please keep the list sorted.
|
||||
|
||||
Danny Yoo <dannyyoo@google.com>
|
||||
James Kolb <jkolb@google.com>
|
||||
Jonathan Amsterdam <jba@google.com>
|
||||
Markus Zimmermann <markus.zimmermann@nethead.at> <markus.zimmermann@symflower.com> <zimmski@gmail.com>
|
||||
Matt Kovars <akaskik@gmail.com>
|
||||
Örjan Persson <orjan@spotify.com>
|
||||
Osman Masood <oamasood@gmail.com>
|
||||
Robert Carlsen <rwcarlsen@gmail.com>
|
||||
Rory Flynn <roryflynn@users.noreply.github.com>
|
||||
Sergi Mansilla <sergi.mansilla@gmail.com>
|
||||
Shatrugna Sadhu <ssadhu@apcera.com>
|
||||
Shawn Smith <shawnpsmith@gmail.com>
|
||||
Stas Maksimov <maksimov@gmail.com>
|
||||
Tor Arvid Lund <torarvid@gmail.com>
|
||||
Zac Bergquist <zbergquist99@gmail.com>
|
||||
44
vendor/github.com/sergi/go-diff/Makefile
generated
vendored
Normal file
44
vendor/github.com/sergi/go-diff/Makefile
generated
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
.PHONY: all clean clean-coverage install install-dependencies install-tools lint test test-verbose test-with-coverage
|
||||
|
||||
export ARGS := $(wordlist 2,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS))
|
||||
export PKG := github.com/sergi/go-diff
|
||||
export ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||
|
||||
$(eval $(ARGS):;@:) # turn arguments into do-nothing targets
|
||||
export ARGS
|
||||
|
||||
ifdef ARGS
|
||||
PKG_TEST := $(ARGS)
|
||||
else
|
||||
PKG_TEST := $(PKG)/...
|
||||
endif
|
||||
|
||||
all: install-tools install-dependencies install lint test
|
||||
|
||||
clean:
|
||||
go clean -i $(PKG)/...
|
||||
go clean -i -race $(PKG)/...
|
||||
clean-coverage:
|
||||
find $(ROOT_DIR) | grep .coverprofile | xargs rm
|
||||
install:
|
||||
go install -v $(PKG)/...
|
||||
install-dependencies:
|
||||
go get -t -v $(PKG)/...
|
||||
go build -v $(PKG)/...
|
||||
install-tools:
|
||||
# Install linting tools
|
||||
go get -u -v github.com/golang/lint/...
|
||||
go get -u -v github.com/kisielk/errcheck/...
|
||||
|
||||
# Install code coverage tools
|
||||
go get -u -v github.com/onsi/ginkgo/ginkgo/...
|
||||
go get -u -v github.com/modocache/gover/...
|
||||
go get -u -v github.com/mattn/goveralls/...
|
||||
lint:
|
||||
$(ROOT_DIR)/scripts/lint.sh
|
||||
test:
|
||||
go test -race -test.timeout 120s $(PKG_TEST)
|
||||
test-verbose:
|
||||
go test -race -test.timeout 120s -v $(PKG_TEST)
|
||||
test-with-coverage:
|
||||
ginkgo -r -cover -race -skipPackage="testdata"
|
||||
84
vendor/github.com/sergi/go-diff/README.md
generated
vendored
Normal file
84
vendor/github.com/sergi/go-diff/README.md
generated
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
# go-diff [](https://godoc.org/github.com/sergi/go-diff/diffmatchpatch) [](https://travis-ci.org/sergi/go-diff) [](https://coveralls.io/r/sergi/go-diff?branch=master)
|
||||
|
||||
go-diff offers algorithms to perform operations required for synchronizing plain text:
|
||||
|
||||
- Compare two texts and return their differences.
|
||||
- Perform fuzzy matching of text.
|
||||
- Apply patches onto text.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
go get -u github.com/sergi/go-diff/...
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
The following example compares two texts and writes out the differences to standard output.
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/sergi/go-diff/diffmatchpatch"
|
||||
)
|
||||
|
||||
const (
|
||||
text1 = "Lorem ipsum dolor."
|
||||
text2 = "Lorem dolor sit amet."
|
||||
)
|
||||
|
||||
func main() {
|
||||
dmp := diffmatchpatch.New()
|
||||
|
||||
diffs := dmp.DiffMain(text1, text2, false)
|
||||
|
||||
fmt.Println(dmp.DiffPrettyText(diffs))
|
||||
}
|
||||
```
|
||||
|
||||
## Found a bug or are you missing a feature in go-diff?
|
||||
|
||||
Please make sure to have the latest version of go-diff. If the problem still persists go through the [open issues](https://github.com/sergi/go-diff/issues) in the tracker first. If you cannot find your request just open up a [new issue](https://github.com/sergi/go-diff/issues/new).
|
||||
|
||||
## How to contribute?
|
||||
|
||||
You want to contribute to go-diff? GREAT! If you are here because of a bug you want to fix or a feature you want to add, you can just read on. Otherwise we have a list of [open issues in the tracker](https://github.com/sergi/go-diff/issues). Just choose something you think you can work on and discuss your plans in the issue by commenting on it.
|
||||
|
||||
Please make sure that every behavioral change is accompanied by test cases. Additionally, every contribution must pass the `lint` and `test` Makefile targets which can be run using the following commands in the repository root directory.
|
||||
|
||||
```bash
|
||||
make lint
|
||||
make test
|
||||
```
|
||||
|
||||
After your contribution passes these commands, [create a PR](https://help.github.com/articles/creating-a-pull-request/) and we will review your contribution.
|
||||
|
||||
## Origins
|
||||
|
||||
go-diff is a Go language port of Neil Fraser's google-diff-match-patch code. His original code is available at [http://code.google.com/p/google-diff-match-patch/](http://code.google.com/p/google-diff-match-patch/).
|
||||
|
||||
## Copyright and License
|
||||
|
||||
The original Google Diff, Match and Patch Library is licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). The full terms of that license are included here in the [APACHE-LICENSE-2.0](/APACHE-LICENSE-2.0) file.
|
||||
|
||||
Diff, Match and Patch Library
|
||||
|
||||
> Written by Neil Fraser
|
||||
> Copyright (c) 2006 Google Inc.
|
||||
> <http://code.google.com/p/google-diff-match-patch/>
|
||||
|
||||
This Go version of Diff, Match and Patch Library is licensed under the [MIT License](http://www.opensource.org/licenses/MIT) (a.k.a. the Expat License) which is included here in the [LICENSE](/LICENSE) file.
|
||||
|
||||
Go version of Diff, Match and Patch Library
|
||||
|
||||
> Copyright (c) 2012-2016 The go-diff authors. All rights reserved.
|
||||
> <https://github.com/sergi/go-diff>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
13
vendor/github.com/sergi/go-diff/diffmatchpatch/diff.go
generated
vendored
13
vendor/github.com/sergi/go-diff/diffmatchpatch/diff.go
generated
vendored
@@ -1285,6 +1285,7 @@ func (dmp *DiffMatchPatch) DiffToDelta(diffs []Diff) string {
|
||||
// DiffFromDelta given the original text1, and an encoded string which describes the operations required to transform text1 into text2, comAdde the full diff.
|
||||
func (dmp *DiffMatchPatch) DiffFromDelta(text1 string, delta string) (diffs []Diff, err error) {
|
||||
i := 0
|
||||
runes := []rune(text1)
|
||||
|
||||
for _, token := range strings.Split(delta, "\t") {
|
||||
if len(token) == 0 {
|
||||
@@ -1316,9 +1317,13 @@ func (dmp *DiffMatchPatch) DiffFromDelta(text1 string, delta string) (diffs []Di
|
||||
return nil, errors.New("Negative number in DiffFromDelta: " + param)
|
||||
}
|
||||
|
||||
// Remember that string slicing is by byte - we want by rune here.
|
||||
text := string([]rune(text1)[i : i+int(n)])
|
||||
i += int(n)
|
||||
// Break out if we are out of bounds, go1.6 can't handle this very well
|
||||
if i > len(runes) {
|
||||
break
|
||||
}
|
||||
// Remember that string slicing is by byte - we want by rune here.
|
||||
text := string(runes[i-int(n) : i])
|
||||
|
||||
if op == '=' {
|
||||
diffs = append(diffs, Diff{DiffEqual, text})
|
||||
@@ -1331,8 +1336,8 @@ func (dmp *DiffMatchPatch) DiffFromDelta(text1 string, delta string) (diffs []Di
|
||||
}
|
||||
}
|
||||
|
||||
if i != len([]rune(text1)) {
|
||||
return nil, fmt.Errorf("Delta length (%v) smaller than source text length (%v)", i, len(text1))
|
||||
if i != len(runes) {
|
||||
return nil, fmt.Errorf("Delta length (%v) is different from source text length (%v)", i, len(text1))
|
||||
}
|
||||
|
||||
return diffs, nil
|
||||
|
||||
162
vendor/github.com/sergi/go-diff/diffmatchpatch/patch.go
generated
vendored
162
vendor/github.com/sergi/go-diff/diffmatchpatch/patch.go
generated
vendored
@@ -21,32 +21,32 @@ import (
|
||||
// Patch represents one patch operation.
|
||||
type Patch struct {
|
||||
diffs []Diff
|
||||
start1 int
|
||||
start2 int
|
||||
length1 int
|
||||
length2 int
|
||||
Start1 int
|
||||
Start2 int
|
||||
Length1 int
|
||||
Length2 int
|
||||
}
|
||||
|
||||
// String emulates GNU diff's format.
|
||||
// Header: @@ -382,8 +481,9 @@
|
||||
// Indicies are printed as 1-based, not 0-based.
|
||||
// Indices are printed as 1-based, not 0-based.
|
||||
func (p *Patch) String() string {
|
||||
var coords1, coords2 string
|
||||
|
||||
if p.length1 == 0 {
|
||||
coords1 = strconv.Itoa(p.start1) + ",0"
|
||||
} else if p.length1 == 1 {
|
||||
coords1 = strconv.Itoa(p.start1 + 1)
|
||||
if p.Length1 == 0 {
|
||||
coords1 = strconv.Itoa(p.Start1) + ",0"
|
||||
} else if p.Length1 == 1 {
|
||||
coords1 = strconv.Itoa(p.Start1 + 1)
|
||||
} else {
|
||||
coords1 = strconv.Itoa(p.start1+1) + "," + strconv.Itoa(p.length1)
|
||||
coords1 = strconv.Itoa(p.Start1+1) + "," + strconv.Itoa(p.Length1)
|
||||
}
|
||||
|
||||
if p.length2 == 0 {
|
||||
coords2 = strconv.Itoa(p.start2) + ",0"
|
||||
} else if p.length2 == 1 {
|
||||
coords2 = strconv.Itoa(p.start2 + 1)
|
||||
if p.Length2 == 0 {
|
||||
coords2 = strconv.Itoa(p.Start2) + ",0"
|
||||
} else if p.Length2 == 1 {
|
||||
coords2 = strconv.Itoa(p.Start2 + 1)
|
||||
} else {
|
||||
coords2 = strconv.Itoa(p.start2+1) + "," + strconv.Itoa(p.length2)
|
||||
coords2 = strconv.Itoa(p.Start2+1) + "," + strconv.Itoa(p.Length2)
|
||||
}
|
||||
|
||||
var text bytes.Buffer
|
||||
@@ -76,37 +76,37 @@ func (dmp *DiffMatchPatch) PatchAddContext(patch Patch, text string) Patch {
|
||||
return patch
|
||||
}
|
||||
|
||||
pattern := text[patch.start2 : patch.start2+patch.length1]
|
||||
pattern := text[patch.Start2 : patch.Start2+patch.Length1]
|
||||
padding := 0
|
||||
|
||||
// Look for the first and last matches of pattern in text. If two different matches are found, increase the pattern length.
|
||||
for strings.Index(text, pattern) != strings.LastIndex(text, pattern) &&
|
||||
len(pattern) < dmp.MatchMaxBits-2*dmp.PatchMargin {
|
||||
padding += dmp.PatchMargin
|
||||
maxStart := max(0, patch.start2-padding)
|
||||
minEnd := min(len(text), patch.start2+patch.length1+padding)
|
||||
maxStart := max(0, patch.Start2-padding)
|
||||
minEnd := min(len(text), patch.Start2+patch.Length1+padding)
|
||||
pattern = text[maxStart:minEnd]
|
||||
}
|
||||
// Add one chunk for good luck.
|
||||
padding += dmp.PatchMargin
|
||||
|
||||
// Add the prefix.
|
||||
prefix := text[max(0, patch.start2-padding):patch.start2]
|
||||
prefix := text[max(0, patch.Start2-padding):patch.Start2]
|
||||
if len(prefix) != 0 {
|
||||
patch.diffs = append([]Diff{Diff{DiffEqual, prefix}}, patch.diffs...)
|
||||
}
|
||||
// Add the suffix.
|
||||
suffix := text[patch.start2+patch.length1 : min(len(text), patch.start2+patch.length1+padding)]
|
||||
suffix := text[patch.Start2+patch.Length1 : min(len(text), patch.Start2+patch.Length1+padding)]
|
||||
if len(suffix) != 0 {
|
||||
patch.diffs = append(patch.diffs, Diff{DiffEqual, suffix})
|
||||
}
|
||||
|
||||
// Roll back the start points.
|
||||
patch.start1 -= len(prefix)
|
||||
patch.start2 -= len(prefix)
|
||||
patch.Start1 -= len(prefix)
|
||||
patch.Start2 -= len(prefix)
|
||||
// Extend the lengths.
|
||||
patch.length1 += len(prefix) + len(suffix)
|
||||
patch.length2 += len(prefix) + len(suffix)
|
||||
patch.Length1 += len(prefix) + len(suffix)
|
||||
patch.Length2 += len(prefix) + len(suffix)
|
||||
|
||||
return patch
|
||||
}
|
||||
@@ -155,18 +155,18 @@ func (dmp *DiffMatchPatch) patchMake2(text1 string, diffs []Diff) []Patch {
|
||||
for i, aDiff := range diffs {
|
||||
if len(patch.diffs) == 0 && aDiff.Type != DiffEqual {
|
||||
// A new patch starts here.
|
||||
patch.start1 = charCount1
|
||||
patch.start2 = charCount2
|
||||
patch.Start1 = charCount1
|
||||
patch.Start2 = charCount2
|
||||
}
|
||||
|
||||
switch aDiff.Type {
|
||||
case DiffInsert:
|
||||
patch.diffs = append(patch.diffs, aDiff)
|
||||
patch.length2 += len(aDiff.Text)
|
||||
patch.Length2 += len(aDiff.Text)
|
||||
postpatchText = postpatchText[:charCount2] +
|
||||
aDiff.Text + postpatchText[charCount2:]
|
||||
case DiffDelete:
|
||||
patch.length1 += len(aDiff.Text)
|
||||
patch.Length1 += len(aDiff.Text)
|
||||
patch.diffs = append(patch.diffs, aDiff)
|
||||
postpatchText = postpatchText[:charCount2] + postpatchText[charCount2+len(aDiff.Text):]
|
||||
case DiffEqual:
|
||||
@@ -174,8 +174,8 @@ func (dmp *DiffMatchPatch) patchMake2(text1 string, diffs []Diff) []Patch {
|
||||
len(patch.diffs) != 0 && i != len(diffs)-1 {
|
||||
// Small equality inside a patch.
|
||||
patch.diffs = append(patch.diffs, aDiff)
|
||||
patch.length1 += len(aDiff.Text)
|
||||
patch.length2 += len(aDiff.Text)
|
||||
patch.Length1 += len(aDiff.Text)
|
||||
patch.Length2 += len(aDiff.Text)
|
||||
}
|
||||
if len(aDiff.Text) >= 2*dmp.PatchMargin {
|
||||
// Time for a new patch.
|
||||
@@ -219,10 +219,10 @@ func (dmp *DiffMatchPatch) PatchDeepCopy(patches []Patch) []Patch {
|
||||
aDiff.Text,
|
||||
})
|
||||
}
|
||||
patchCopy.start1 = aPatch.start1
|
||||
patchCopy.start2 = aPatch.start2
|
||||
patchCopy.length1 = aPatch.length1
|
||||
patchCopy.length2 = aPatch.length2
|
||||
patchCopy.Start1 = aPatch.Start1
|
||||
patchCopy.Start2 = aPatch.Start2
|
||||
patchCopy.Length1 = aPatch.Length1
|
||||
patchCopy.Length2 = aPatch.Length2
|
||||
patchesCopy = append(patchesCopy, patchCopy)
|
||||
}
|
||||
return patchesCopy
|
||||
@@ -246,7 +246,7 @@ func (dmp *DiffMatchPatch) PatchApply(patches []Patch, text string) (string, []b
|
||||
delta := 0
|
||||
results := make([]bool, len(patches))
|
||||
for _, aPatch := range patches {
|
||||
expectedLoc := aPatch.start2 + delta
|
||||
expectedLoc := aPatch.Start2 + delta
|
||||
text1 := dmp.DiffText1(aPatch.diffs)
|
||||
var startLoc int
|
||||
endLoc := -1
|
||||
@@ -268,7 +268,7 @@ func (dmp *DiffMatchPatch) PatchApply(patches []Patch, text string) (string, []b
|
||||
// No match found. :(
|
||||
results[x] = false
|
||||
// Subtract the delta for this failed patch from subsequent patches.
|
||||
delta -= aPatch.length2 - aPatch.length1
|
||||
delta -= aPatch.Length2 - aPatch.Length1
|
||||
} else {
|
||||
// Found a match. :)
|
||||
results[x] = true
|
||||
@@ -329,26 +329,26 @@ func (dmp *DiffMatchPatch) PatchAddPadding(patches []Patch) string {
|
||||
|
||||
// Bump all the patches forward.
|
||||
for i := range patches {
|
||||
patches[i].start1 += paddingLength
|
||||
patches[i].start2 += paddingLength
|
||||
patches[i].Start1 += paddingLength
|
||||
patches[i].Start2 += paddingLength
|
||||
}
|
||||
|
||||
// Add some padding on start of first diff.
|
||||
if len(patches[0].diffs) == 0 || patches[0].diffs[0].Type != DiffEqual {
|
||||
// Add nullPadding equality.
|
||||
patches[0].diffs = append([]Diff{Diff{DiffEqual, nullPadding}}, patches[0].diffs...)
|
||||
patches[0].start1 -= paddingLength // Should be 0.
|
||||
patches[0].start2 -= paddingLength // Should be 0.
|
||||
patches[0].length1 += paddingLength
|
||||
patches[0].length2 += paddingLength
|
||||
patches[0].Start1 -= paddingLength // Should be 0.
|
||||
patches[0].Start2 -= paddingLength // Should be 0.
|
||||
patches[0].Length1 += paddingLength
|
||||
patches[0].Length2 += paddingLength
|
||||
} else if paddingLength > len(patches[0].diffs[0].Text) {
|
||||
// Grow first equality.
|
||||
extraLength := paddingLength - len(patches[0].diffs[0].Text)
|
||||
patches[0].diffs[0].Text = nullPadding[len(patches[0].diffs[0].Text):] + patches[0].diffs[0].Text
|
||||
patches[0].start1 -= extraLength
|
||||
patches[0].start2 -= extraLength
|
||||
patches[0].length1 += extraLength
|
||||
patches[0].length2 += extraLength
|
||||
patches[0].Start1 -= extraLength
|
||||
patches[0].Start2 -= extraLength
|
||||
patches[0].Length1 += extraLength
|
||||
patches[0].Length2 += extraLength
|
||||
}
|
||||
|
||||
// Add some padding on end of last diff.
|
||||
@@ -356,15 +356,15 @@ func (dmp *DiffMatchPatch) PatchAddPadding(patches []Patch) string {
|
||||
if len(patches[last].diffs) == 0 || patches[last].diffs[len(patches[last].diffs)-1].Type != DiffEqual {
|
||||
// Add nullPadding equality.
|
||||
patches[last].diffs = append(patches[last].diffs, Diff{DiffEqual, nullPadding})
|
||||
patches[last].length1 += paddingLength
|
||||
patches[last].length2 += paddingLength
|
||||
patches[last].Length1 += paddingLength
|
||||
patches[last].Length2 += paddingLength
|
||||
} else if paddingLength > len(patches[last].diffs[len(patches[last].diffs)-1].Text) {
|
||||
// Grow last equality.
|
||||
lastDiff := patches[last].diffs[len(patches[last].diffs)-1]
|
||||
extraLength := paddingLength - len(lastDiff.Text)
|
||||
patches[last].diffs[len(patches[last].diffs)-1].Text += nullPadding[:extraLength]
|
||||
patches[last].length1 += extraLength
|
||||
patches[last].length2 += extraLength
|
||||
patches[last].Length1 += extraLength
|
||||
patches[last].Length2 += extraLength
|
||||
}
|
||||
|
||||
return nullPadding
|
||||
@@ -375,7 +375,7 @@ func (dmp *DiffMatchPatch) PatchAddPadding(patches []Patch) string {
|
||||
func (dmp *DiffMatchPatch) PatchSplitMax(patches []Patch) []Patch {
|
||||
patchSize := dmp.MatchMaxBits
|
||||
for x := 0; x < len(patches); x++ {
|
||||
if patches[x].length1 <= patchSize {
|
||||
if patches[x].Length1 <= patchSize {
|
||||
continue
|
||||
}
|
||||
bigpatch := patches[x]
|
||||
@@ -383,46 +383,46 @@ func (dmp *DiffMatchPatch) PatchSplitMax(patches []Patch) []Patch {
|
||||
patches = append(patches[:x], patches[x+1:]...)
|
||||
x--
|
||||
|
||||
start1 := bigpatch.start1
|
||||
start2 := bigpatch.start2
|
||||
Start1 := bigpatch.Start1
|
||||
Start2 := bigpatch.Start2
|
||||
precontext := ""
|
||||
for len(bigpatch.diffs) != 0 {
|
||||
// Create one of several smaller patches.
|
||||
patch := Patch{}
|
||||
empty := true
|
||||
patch.start1 = start1 - len(precontext)
|
||||
patch.start2 = start2 - len(precontext)
|
||||
patch.Start1 = Start1 - len(precontext)
|
||||
patch.Start2 = Start2 - len(precontext)
|
||||
if len(precontext) != 0 {
|
||||
patch.length1 = len(precontext)
|
||||
patch.length2 = len(precontext)
|
||||
patch.Length1 = len(precontext)
|
||||
patch.Length2 = len(precontext)
|
||||
patch.diffs = append(patch.diffs, Diff{DiffEqual, precontext})
|
||||
}
|
||||
for len(bigpatch.diffs) != 0 && patch.length1 < patchSize-dmp.PatchMargin {
|
||||
for len(bigpatch.diffs) != 0 && patch.Length1 < patchSize-dmp.PatchMargin {
|
||||
diffType := bigpatch.diffs[0].Type
|
||||
diffText := bigpatch.diffs[0].Text
|
||||
if diffType == DiffInsert {
|
||||
// Insertions are harmless.
|
||||
patch.length2 += len(diffText)
|
||||
start2 += len(diffText)
|
||||
patch.Length2 += len(diffText)
|
||||
Start2 += len(diffText)
|
||||
patch.diffs = append(patch.diffs, bigpatch.diffs[0])
|
||||
bigpatch.diffs = bigpatch.diffs[1:]
|
||||
empty = false
|
||||
} else if diffType == DiffDelete && len(patch.diffs) == 1 && patch.diffs[0].Type == DiffEqual && len(diffText) > 2*patchSize {
|
||||
// This is a large deletion. Let it pass in one chunk.
|
||||
patch.length1 += len(diffText)
|
||||
start1 += len(diffText)
|
||||
patch.Length1 += len(diffText)
|
||||
Start1 += len(diffText)
|
||||
empty = false
|
||||
patch.diffs = append(patch.diffs, Diff{diffType, diffText})
|
||||
bigpatch.diffs = bigpatch.diffs[1:]
|
||||
} else {
|
||||
// Deletion or equality. Only take as much as we can stomach.
|
||||
diffText = diffText[:min(len(diffText), patchSize-patch.length1-dmp.PatchMargin)]
|
||||
diffText = diffText[:min(len(diffText), patchSize-patch.Length1-dmp.PatchMargin)]
|
||||
|
||||
patch.length1 += len(diffText)
|
||||
start1 += len(diffText)
|
||||
patch.Length1 += len(diffText)
|
||||
Start1 += len(diffText)
|
||||
if diffType == DiffEqual {
|
||||
patch.length2 += len(diffText)
|
||||
start2 += len(diffText)
|
||||
patch.Length2 += len(diffText)
|
||||
Start2 += len(diffText)
|
||||
} else {
|
||||
empty = false
|
||||
}
|
||||
@@ -448,8 +448,8 @@ func (dmp *DiffMatchPatch) PatchSplitMax(patches []Patch) []Patch {
|
||||
}
|
||||
|
||||
if len(postcontext) != 0 {
|
||||
patch.length1 += len(postcontext)
|
||||
patch.length2 += len(postcontext)
|
||||
patch.Length1 += len(postcontext)
|
||||
patch.Length2 += len(postcontext)
|
||||
if len(patch.diffs) != 0 && patch.diffs[len(patch.diffs)-1].Type == DiffEqual {
|
||||
patch.diffs[len(patch.diffs)-1].Text += postcontext
|
||||
} else {
|
||||
@@ -496,27 +496,27 @@ func (dmp *DiffMatchPatch) PatchFromText(textline string) ([]Patch, error) {
|
||||
patch = Patch{}
|
||||
m := patchHeader.FindStringSubmatch(text[textPointer])
|
||||
|
||||
patch.start1, _ = strconv.Atoi(m[1])
|
||||
patch.Start1, _ = strconv.Atoi(m[1])
|
||||
if len(m[2]) == 0 {
|
||||
patch.start1--
|
||||
patch.length1 = 1
|
||||
patch.Start1--
|
||||
patch.Length1 = 1
|
||||
} else if m[2] == "0" {
|
||||
patch.length1 = 0
|
||||
patch.Length1 = 0
|
||||
} else {
|
||||
patch.start1--
|
||||
patch.length1, _ = strconv.Atoi(m[2])
|
||||
patch.Start1--
|
||||
patch.Length1, _ = strconv.Atoi(m[2])
|
||||
}
|
||||
|
||||
patch.start2, _ = strconv.Atoi(m[3])
|
||||
patch.Start2, _ = strconv.Atoi(m[3])
|
||||
|
||||
if len(m[4]) == 0 {
|
||||
patch.start2--
|
||||
patch.length2 = 1
|
||||
patch.Start2--
|
||||
patch.Length2 = 1
|
||||
} else if m[4] == "0" {
|
||||
patch.length2 = 0
|
||||
patch.Length2 = 0
|
||||
} else {
|
||||
patch.start2--
|
||||
patch.length2, _ = strconv.Atoi(m[4])
|
||||
patch.Start2--
|
||||
patch.Length2, _ = strconv.Atoi(m[4])
|
||||
}
|
||||
textPointer++
|
||||
|
||||
|
||||
22
vendor/github.com/sergi/go-diff/scripts/lint.sh
generated
vendored
Executable file
22
vendor/github.com/sergi/go-diff/scripts/lint.sh
generated
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z ${PKG+x} ]; then echo "PKG is not set"; exit 1; fi
|
||||
if [ -z ${ROOT_DIR+x} ]; then echo "ROOT_DIR is not set"; exit 1; fi
|
||||
|
||||
echo "gofmt:"
|
||||
OUT=$(gofmt -l $ROOT_DIR)
|
||||
if [ $(echo "$OUT\c" | wc -l) -ne 0 ]; then echo "$OUT"; PROBLEM=1; fi
|
||||
|
||||
echo "errcheck:"
|
||||
OUT=$(errcheck $PKG/...)
|
||||
if [ $(echo "$OUT\c" | wc -l) -ne 0 ]; then echo "$OUT"; PROBLEM=1; fi
|
||||
|
||||
echo "go vet:"
|
||||
OUT=$(go tool vet -all=true -v=true $ROOT_DIR 2>&1 | grep --invert-match -E "(Checking file|\%p of wrong type|can't check non-constant format)")
|
||||
if [ $(echo "$OUT\c" | wc -l) -ne 0 ]; then echo "$OUT"; PROBLEM=1; fi
|
||||
|
||||
echo "golint:"
|
||||
OUT=$(golint $PKG/... | grep --invert-match -E "(method DiffPrettyHtml should be DiffPrettyHTML)")
|
||||
if [ $(echo "$OUT\c" | wc -l) -ne 0 ]; then echo "$OUT"; PROBLEM=1; fi
|
||||
|
||||
if [ -n "$PROBLEM" ]; then exit 1; fi
|
||||
230
vendor/github.com/sergi/go-diff/testdata/speedtest1.txt
generated
vendored
Normal file
230
vendor/github.com/sergi/go-diff/testdata/speedtest1.txt
generated
vendored
Normal file
@@ -0,0 +1,230 @@
|
||||
This is a '''list of newspapers published by [[Journal Register Company]]'''.
|
||||
|
||||
The company owns daily and weekly newspapers, other print media properties and newspaper-affiliated local Websites in the [[U.S.]] states of [[Connecticut]], [[Michigan]], [[New York]], [[Ohio]] and [[Pennsylvania]], organized in six geographic "clusters":<ref>[http://www.journalregister.com/newspapers.html Journal Register Company: Our Newspapers], accessed February 10, 2008.</ref>
|
||||
|
||||
== Capital-Saratoga ==
|
||||
Three dailies, associated weeklies and [[pennysaver]]s in greater [[Albany, New York]]; also [http://www.capitalcentral.com capitalcentral.com] and [http://www.jobsinnewyork.com JobsInNewYork.com].
|
||||
|
||||
* ''The Oneida Daily Dispatch'' {{WS|oneidadispatch.com}} of [[Oneida, New York]]
|
||||
* ''[[The Record (Troy)|The Record]]'' {{WS|troyrecord.com}} of [[Troy, New York]]
|
||||
* ''[[The Saratogian]]'' {{WS|saratogian.com}} of [[Saratoga Springs, New York]]
|
||||
* Weeklies:
|
||||
** ''Community News'' {{WS|cnweekly.com}} weekly of [[Clifton Park, New York]]
|
||||
** ''Rome Observer'' of [[Rome, New York]]
|
||||
** ''Life & Times of Utica'' of [[Utica, New York]]
|
||||
|
||||
== Connecticut ==
|
||||
Five dailies, associated weeklies and [[pennysaver]]s in the state of [[Connecticut]]; also [http://www.ctcentral.com CTcentral.com], [http://www.ctcarsandtrucks.com CTCarsAndTrucks.com] and [http://www.jobsinct.com JobsInCT.com].
|
||||
|
||||
* ''The Middletown Press'' {{WS|middletownpress.com}} of [[Middletown, Connecticut|Middletown]]
|
||||
* ''[[New Haven Register]]'' {{WS|newhavenregister.com}} of [[New Haven, Connecticut|New Haven]]
|
||||
* ''The Register Citizen'' {{WS|registercitizen.com}} of [[Torrington, Connecticut|Torrington]]
|
||||
|
||||
* [[New Haven Register#Competitors|Elm City Newspapers]] {{WS|ctcentral.com}}
|
||||
** ''The Advertiser'' of [[East Haven, Connecticut|East Haven]]
|
||||
** ''Hamden Chronicle'' of [[Hamden, Connecticut|Hamden]]
|
||||
** ''Milford Weekly'' of [[Milford, Connecticut|Milford]]
|
||||
** ''The Orange Bulletin'' of [[Orange, Connecticut|Orange]]
|
||||
** ''The Post'' of [[North Haven, Connecticut|North Haven]]
|
||||
** ''Shelton Weekly'' of [[Shelton, Connecticut|Shelton]]
|
||||
** ''The Stratford Bard'' of [[Stratford, Connecticut|Stratford]]
|
||||
** ''Wallingford Voice'' of [[Wallingford, Connecticut|Wallingford]]
|
||||
** ''West Haven News'' of [[West Haven, Connecticut|West Haven]]
|
||||
* Housatonic Publications
|
||||
** ''The New Milford Times'' {{WS|newmilfordtimes.com}} of [[New Milford, Connecticut|New Milford]]
|
||||
** ''The Brookfield Journal'' of [[Brookfield, Connecticut|Brookfield]]
|
||||
** ''The Kent Good Times Dispatch'' of [[Kent, Connecticut|Kent]]
|
||||
** ''The Bethel Beacon'' of [[Bethel, Connecticut|Bethel]]
|
||||
** ''The Litchfield Enquirer'' of [[Litchfield, Connecticut|Litchfield]]
|
||||
** ''Litchfield County Times'' of [[Litchfield, Connecticut|Litchfield]]
|
||||
* Imprint Newspapers {{WS|imprintnewspapers.com}}
|
||||
** ''West Hartford News'' of [[West Hartford, Connecticut|West Hartford]]
|
||||
** ''Windsor Journal'' of [[Windsor, Connecticut|Windsor]]
|
||||
** ''Windsor Locks Journal'' of [[Windsor Locks, Connecticut|Windsor Locks]]
|
||||
** ''Avon Post'' of [[Avon, Connecticut|Avon]]
|
||||
** ''Farmington Post'' of [[Farmington, Connecticut|Farmington]]
|
||||
** ''Simsbury Post'' of [[Simsbury, Connecticut|Simsbury]]
|
||||
** ''Tri-Town Post'' of [[Burlington, Connecticut|Burlington]], [[Canton, Connecticut|Canton]] and [[Harwinton, Connecticut|Harwinton]]
|
||||
* Minuteman Publications
|
||||
** ''[[Fairfield Minuteman]]'' of [[Fairfield, Connecticut|Fairfield]]
|
||||
** ''The Westport Minuteman'' {{WS|westportminuteman.com}} of [[Westport, Connecticut|Westport]]
|
||||
* Shoreline Newspapers weeklies:
|
||||
** ''Branford Review'' of [[Branford, Connecticut|Branford]]
|
||||
** ''Clinton Recorder'' of [[Clinton, Connecticut|Clinton]]
|
||||
** ''The Dolphin'' of [[Naval Submarine Base New London]] in [[New London, Connecticut|New London]]
|
||||
** ''Main Street News'' {{WS|ctmainstreetnews.com}} of [[Essex, Connecticut|Essex]]
|
||||
** ''Pictorial Gazette'' of [[Old Saybrook, Connecticut|Old Saybrook]]
|
||||
** ''Regional Express'' of [[Colchester, Connecticut|Colchester]]
|
||||
** ''Regional Standard'' of [[Colchester, Connecticut|Colchester]]
|
||||
** ''Shoreline Times'' {{WS|shorelinetimes.com}} of [[Guilford, Connecticut|Guilford]]
|
||||
** ''Shore View East'' of [[Madison, Connecticut|Madison]]
|
||||
** ''Shore View West'' of [[Guilford, Connecticut|Guilford]]
|
||||
* Other weeklies:
|
||||
** ''Registro'' {{WS|registroct.com}} of [[New Haven, Connecticut|New Haven]]
|
||||
** ''Thomaston Express'' {{WS|thomastownexpress.com}} of [[Thomaston, Connecticut|Thomaston]]
|
||||
** ''Foothills Traders'' {{WS|foothillstrader.com}} of Torrington, Bristol, Canton
|
||||
|
||||
== Michigan ==
|
||||
Four dailies, associated weeklies and [[pennysaver]]s in the state of [[Michigan]]; also [http://www.micentralhomes.com MIcentralhomes.com] and [http://www.micentralautos.com MIcentralautos.com]
|
||||
* ''[[Oakland Press]]'' {{WS|theoaklandpress.com}} of [[Oakland, Michigan|Oakland]]
|
||||
* ''Daily Tribune'' {{WS|dailytribune.com}} of [[Royal Oak, Michigan|Royal Oak]]
|
||||
* ''Macomb Daily'' {{WS|macombdaily.com}} of [[Mt. Clemens, Michigan|Mt. Clemens]]
|
||||
* ''[[Morning Sun]]'' {{WS|themorningsun.com}} of [[Mount Pleasant, Michigan|Mount Pleasant]]
|
||||
* Heritage Newspapers {{WS|heritage.com}}
|
||||
** ''Belleville View''
|
||||
** ''Ile Camera''
|
||||
** ''Monroe Guardian''
|
||||
** ''Ypsilanti Courier''
|
||||
** ''News-Herald''
|
||||
** ''Press & Guide''
|
||||
** ''Chelsea Standard & Dexter Leader''
|
||||
** ''Manchester Enterprise''
|
||||
** ''Milan News-Leader''
|
||||
** ''Saline Reporter''
|
||||
* Independent Newspapers {{WS|sourcenewspapers.com}}
|
||||
** ''Advisor''
|
||||
** ''Source''
|
||||
* Morning Star {{WS|morningstarpublishing.com}}
|
||||
** ''Alma Reminder''
|
||||
** ''Alpena Star''
|
||||
** ''Antrim County News''
|
||||
** ''Carson City Reminder''
|
||||
** ''The Leader & Kalkaskian''
|
||||
** ''Ogemaw/Oscoda County Star''
|
||||
** ''Petoskey/Charlevoix Star''
|
||||
** ''Presque Isle Star''
|
||||
** ''Preview Community Weekly''
|
||||
** ''Roscommon County Star''
|
||||
** ''St. Johns Reminder''
|
||||
** ''Straits Area Star''
|
||||
** ''The (Edmore) Advertiser''
|
||||
* Voice Newspapers {{WS|voicenews.com}}
|
||||
** ''Armada Times''
|
||||
** ''Bay Voice''
|
||||
** ''Blue Water Voice''
|
||||
** ''Downriver Voice''
|
||||
** ''Macomb Township Voice''
|
||||
** ''North Macomb Voice''
|
||||
** ''Weekend Voice''
|
||||
** ''Suburban Lifestyles'' {{WS|suburbanlifestyles.com}}
|
||||
|
||||
== Mid-Hudson ==
|
||||
One daily, associated magazines in the [[Hudson River Valley]] of [[New York]]; also [http://www.midhudsoncentral.com MidHudsonCentral.com] and [http://www.jobsinnewyork.com JobsInNewYork.com].
|
||||
|
||||
* ''[[Daily Freeman]]'' {{WS|dailyfreeman.com}} of [[Kingston, New York]]
|
||||
|
||||
== Ohio ==
|
||||
Two dailies, associated magazines and three shared Websites, all in the state of [[Ohio]]: [http://www.allaroundcleveland.com AllAroundCleveland.com], [http://www.allaroundclevelandcars.com AllAroundClevelandCars.com] and [http://www.allaroundclevelandjobs.com AllAroundClevelandJobs.com].
|
||||
|
||||
* ''[[The News-Herald (Ohio)|The News-Herald]]'' {{WS|news-herald.com}} of [[Willoughby, Ohio|Willoughby]]
|
||||
* ''[[The Morning Journal]]'' {{WS|morningjournal.com}} of [[Lorain, Ohio|Lorain]]
|
||||
|
||||
== Philadelphia area ==
|
||||
Seven dailies and associated weeklies and magazines in [[Pennsylvania]] and [[New Jersey]], and associated Websites: [http://www.allaroundphilly.com AllAroundPhilly.com], [http://www.jobsinnj.com JobsInNJ.com], [http://www.jobsinpa.com JobsInPA.com], and [http://www.phillycarsearch.com PhillyCarSearch.com].
|
||||
|
||||
* ''The Daily Local'' {{WS|dailylocal.com}} of [[West Chester, Pennsylvania|West Chester]]
|
||||
* ''[[Delaware County Daily and Sunday Times]] {{WS|delcotimes.com}} of Primos
|
||||
* ''[[The Mercury (Pennsylvania)|The Mercury]]'' {{WS|pottstownmercury.com}} of [[Pottstown, Pennsylvania|Pottstown]]
|
||||
* ''The Phoenix'' {{WS|phoenixvillenews.com}} of [[Phoenixville, Pennsylvania|Phoenixville]]
|
||||
* ''[[The Reporter (Lansdale)|The Reporter]]'' {{WS|thereporteronline.com}} of [[Lansdale, Pennsylvania|Lansdale]]
|
||||
* ''The Times Herald'' {{WS|timesherald.com}} of [[Norristown, Pennsylvania|Norristown]]
|
||||
* ''[[The Trentonian]]'' {{WS|trentonian.com}} of [[Trenton, New Jersey]]
|
||||
|
||||
* Weeklies
|
||||
** ''El Latino Expreso'' of [[Trenton, New Jersey]]
|
||||
** ''La Voz'' of [[Norristown, Pennsylvania]]
|
||||
** ''The Village News'' of [[Downingtown, Pennsylvania]]
|
||||
** ''The Times Record'' of [[Kennett Square, Pennsylvania]]
|
||||
** ''The Tri-County Record'' {{WS|tricountyrecord.com}} of [[Morgantown, Pennsylvania]]
|
||||
** ''News of Delaware County'' {{WS|newsofdelawarecounty.com}}of [[Havertown, Pennsylvania]]
|
||||
** ''Main Line Times'' {{WS|mainlinetimes.com}}of [[Ardmore, Pennsylvania]]
|
||||
** ''Penny Pincher'' of [[Pottstown, Pennsylvania]]
|
||||
** ''Town Talk'' {{WS|towntalknews.com}} of [[Ridley, Pennsylvania]]
|
||||
* Chesapeake Publishing {{WS|pa8newsgroup.com}}
|
||||
** ''Solanco Sun Ledger'' of [[Quarryville, Pennsylvania]]
|
||||
** ''Columbia Ledger'' of [[Columbia, Pennsylvania]]
|
||||
** ''Coatesville Ledger'' of [[Downingtown, Pennsylvania]]
|
||||
** ''Parkesburg Post Ledger'' of [[Quarryville, Pennsylvania]]
|
||||
** ''Downingtown Ledger'' of [[Downingtown, Pennsylvania]]
|
||||
** ''The Kennett Paper'' of [[Kennett Square, Pennsylvania]]
|
||||
** ''Avon Grove Sun'' of [[West Grove, Pennsylvania]]
|
||||
** ''Oxford Tribune'' of [[Oxford, Pennsylvania]]
|
||||
** ''Elizabethtown Chronicle'' of [[Elizabethtown, Pennsylvania]]
|
||||
** ''Donegal Ledger'' of [[Donegal, Pennsylvania]]
|
||||
** ''Chadds Ford Post'' of [[Chadds Ford, Pennsylvania]]
|
||||
** ''The Central Record'' of [[Medford, New Jersey]]
|
||||
** ''Maple Shade Progress'' of [[Maple Shade, New Jersey]]
|
||||
* Intercounty Newspapers {{WS|buckslocalnews.com}}
|
||||
** ''The Review'' of Roxborough, Pennsylvania
|
||||
** ''The Recorder'' of [[Conshohocken, Pennsylvania]]
|
||||
** ''The Leader'' of [[Mount Airy, Pennsylvania|Mount Airy]] and West Oak Lake, Pennsylvania
|
||||
** ''The Pennington Post'' of [[Pennington, New Jersey]]
|
||||
** ''The Bristol Pilot'' of [[Bristol, Pennsylvania]]
|
||||
** ''Yardley News'' of [[Yardley, Pennsylvania]]
|
||||
** ''New Hope Gazette'' of [[New Hope, Pennsylvania]]
|
||||
** ''Doylestown Patriot'' of [[Doylestown, Pennsylvania]]
|
||||
** ''Newtown Advance'' of [[Newtown, Pennsylvania]]
|
||||
** ''The Plain Dealer'' of [[Williamstown, New Jersey]]
|
||||
** ''News Report'' of [[Sewell, New Jersey]]
|
||||
** ''Record Breeze'' of [[Berlin, New Jersey]]
|
||||
** ''Newsweekly'' of [[Moorestown, New Jersey]]
|
||||
** ''Haddon Herald'' of [[Haddonfield, New Jersey]]
|
||||
** ''New Egypt Press'' of [[New Egypt, New Jersey]]
|
||||
** ''Community News'' of [[Pemberton, New Jersey]]
|
||||
** ''Plymouth Meeting Journal'' of [[Plymouth Meeting, Pennsylvania]]
|
||||
** ''Lafayette Hill Journal'' of [[Lafayette Hill, Pennsylvania]]
|
||||
* Montgomery Newspapers {{WS|montgomerynews.com}}
|
||||
** ''Ambler Gazette'' of [[Ambler, Pennsylvania]]
|
||||
** ''Central Bucks Life'' of [[Bucks County, Pennsylvania]]
|
||||
** ''The Colonial'' of [[Plymouth Meeting, Pennsylvania]]
|
||||
** ''Glenside News'' of [[Glenside, Pennsylvania]]
|
||||
** ''The Globe'' of [[Lower Moreland Township, Pennsylvania]]
|
||||
** ''Main Line Life'' of [[Ardmore, Pennsylvania]]
|
||||
** ''Montgomery Life'' of [[Fort Washington, Pennsylvania]]
|
||||
** ''North Penn Life'' of [[Lansdale, Pennsylvania]]
|
||||
** ''Perkasie News Herald'' of [[Perkasie, Pennsylvania]]
|
||||
** ''Public Spirit'' of [[Hatboro, Pennsylvania]]
|
||||
** ''Souderton Independent'' of [[Souderton, Pennsylvania]]
|
||||
** ''Springfield Sun'' of [[Springfield, Pennsylvania]]
|
||||
** ''Spring-Ford Reporter'' of [[Royersford, Pennsylvania]]
|
||||
** ''Times Chronicle'' of [[Jenkintown, Pennsylvania]]
|
||||
** ''Valley Item'' of [[Perkiomenville, Pennsylvania]]
|
||||
** ''Willow Grove Guide'' of [[Willow Grove, Pennsylvania]]
|
||||
* News Gleaner Publications (closed December 2008) {{WS|newsgleaner.com}}
|
||||
** ''Life Newspapers'' of [[Philadelphia, Pennsylvania]]
|
||||
* Suburban Publications
|
||||
** ''The Suburban & Wayne Times'' {{WS|waynesuburban.com}} of [[Wayne, Pennsylvania]]
|
||||
** ''The Suburban Advertiser'' of [[Exton, Pennsylvania]]
|
||||
** ''The King of Prussia Courier'' of [[King of Prussia, Pennsylvania]]
|
||||
* Press Newspapers {{WS|countypressonline.com}}
|
||||
** ''County Press'' of [[Newtown Square, Pennsylvania]]
|
||||
** ''Garnet Valley Press'' of [[Glen Mills, Pennsylvania]]
|
||||
** ''Haverford Press'' of [[Newtown Square, Pennsylvania]] (closed January 2009)
|
||||
** ''Hometown Press'' of [[Glen Mills, Pennsylvania]] (closed January 2009)
|
||||
** ''Media Press'' of [[Newtown Square, Pennsylvania]] (closed January 2009)
|
||||
** ''Springfield Press'' of [[Springfield, Pennsylvania]]
|
||||
* Berks-Mont Newspapers {{WS|berksmontnews.com}}
|
||||
** ''The Boyertown Area Times'' of [[Boyertown, Pennsylvania]]
|
||||
** ''The Kutztown Area Patriot'' of [[Kutztown, Pennsylvania]]
|
||||
** ''The Hamburg Area Item'' of [[Hamburg, Pennsylvania]]
|
||||
** ''The Southern Berks News'' of [[Exeter Township, Berks County, Pennsylvania]]
|
||||
** ''The Free Press'' of [[Quakertown, Pennsylvania]]
|
||||
** ''The Saucon News'' of [[Quakertown, Pennsylvania]]
|
||||
** ''Westside Weekly'' of [[Reading, Pennsylvania]]
|
||||
|
||||
* Magazines
|
||||
** ''Bucks Co. Town & Country Living''
|
||||
** ''Chester Co. Town & Country Living''
|
||||
** ''Montomgery Co. Town & Country Living''
|
||||
** ''Garden State Town & Country Living''
|
||||
** ''Montgomery Homes''
|
||||
** ''Philadelphia Golfer''
|
||||
** ''Parents Express''
|
||||
** ''Art Matters''
|
||||
|
||||
{{JRC}}
|
||||
|
||||
==References==
|
||||
<references />
|
||||
|
||||
[[Category:Journal Register publications|*]]
|
||||
188
vendor/github.com/sergi/go-diff/testdata/speedtest2.txt
generated
vendored
Normal file
188
vendor/github.com/sergi/go-diff/testdata/speedtest2.txt
generated
vendored
Normal file
@@ -0,0 +1,188 @@
|
||||
This is a '''list of newspapers published by [[Journal Register Company]]'''.
|
||||
|
||||
The company owns daily and weekly newspapers, other print media properties and newspaper-affiliated local Websites in the [[U.S.]] states of [[Connecticut]], [[Michigan]], [[New York]], [[Ohio]], [[Pennsylvania]] and [[New Jersey]], organized in six geographic "clusters":<ref>[http://www.journalregister.com/publications.html Journal Register Company: Our Publications], accessed April 21, 2010.</ref>
|
||||
|
||||
== Capital-Saratoga ==
|
||||
Three dailies, associated weeklies and [[pennysaver]]s in greater [[Albany, New York]]; also [http://www.capitalcentral.com capitalcentral.com] and [http://www.jobsinnewyork.com JobsInNewYork.com].
|
||||
|
||||
* ''The Oneida Daily Dispatch'' {{WS|oneidadispatch.com}} of [[Oneida, New York]]
|
||||
* ''[[The Record (Troy)|The Record]]'' {{WS|troyrecord.com}} of [[Troy, New York]]
|
||||
* ''[[The Saratogian]]'' {{WS|saratogian.com}} of [[Saratoga Springs, New York]]
|
||||
* Weeklies:
|
||||
** ''Community News'' {{WS|cnweekly.com}} weekly of [[Clifton Park, New York]]
|
||||
** ''Rome Observer'' {{WS|romeobserver.com}} of [[Rome, New York]]
|
||||
** ''WG Life '' {{WS|saratogian.com/wglife/}} of [[Wilton, New York]]
|
||||
** ''Ballston Spa Life '' {{WS|saratogian.com/bspalife}} of [[Ballston Spa, New York]]
|
||||
** ''Greenbush Life'' {{WS|troyrecord.com/greenbush}} of [[Troy, New York]]
|
||||
** ''Latham Life'' {{WS|troyrecord.com/latham}} of [[Latham, New York]]
|
||||
** ''River Life'' {{WS|troyrecord.com/river}} of [[Troy, New York]]
|
||||
|
||||
== Connecticut ==
|
||||
Three dailies, associated weeklies and [[pennysaver]]s in the state of [[Connecticut]]; also [http://www.ctcentral.com CTcentral.com], [http://www.ctcarsandtrucks.com CTCarsAndTrucks.com] and [http://www.jobsinct.com JobsInCT.com].
|
||||
|
||||
* ''The Middletown Press'' {{WS|middletownpress.com}} of [[Middletown, Connecticut|Middletown]]
|
||||
* ''[[New Haven Register]]'' {{WS|newhavenregister.com}} of [[New Haven, Connecticut|New Haven]]
|
||||
* ''The Register Citizen'' {{WS|registercitizen.com}} of [[Torrington, Connecticut|Torrington]]
|
||||
|
||||
* Housatonic Publications
|
||||
** ''The Housatonic Times'' {{WS|housatonictimes.com}} of [[New Milford, Connecticut|New Milford]]
|
||||
** ''Litchfield County Times'' {{WS|countytimes.com}} of [[Litchfield, Connecticut|Litchfield]]
|
||||
|
||||
* Minuteman Publications
|
||||
** ''[[Fairfield Minuteman]]'' {{WS|fairfieldminuteman.com}}of [[Fairfield, Connecticut|Fairfield]]
|
||||
** ''The Westport Minuteman'' {{WS|westportminuteman.com}} of [[Westport, Connecticut|Westport]]
|
||||
|
||||
* Shoreline Newspapers
|
||||
** ''The Dolphin'' {{WS|dolphin-news.com}} of [[Naval Submarine Base New London]] in [[New London, Connecticut|New London]]
|
||||
** ''Shoreline Times'' {{WS|shorelinetimes.com}} of [[Guilford, Connecticut|Guilford]]
|
||||
|
||||
* Foothills Media Group {{WS|foothillsmediagroup.com}}
|
||||
** ''Thomaston Express'' {{WS|thomastonexpress.com}} of [[Thomaston, Connecticut|Thomaston]]
|
||||
** ''Good News About Torrington'' {{WS|goodnewsabouttorrington.com}} of [[Torrington, Connecticut|Torrington]]
|
||||
** ''Granby News'' {{WS|foothillsmediagroup.com/granby}} of [[Granby, Connecticut|Granby]]
|
||||
** ''Canton News'' {{WS|foothillsmediagroup.com/canton}} of [[Canton, Connecticut|Canton]]
|
||||
** ''Avon News'' {{WS|foothillsmediagroup.com/avon}} of [[Avon, Connecticut|Avon]]
|
||||
** ''Simsbury News'' {{WS|foothillsmediagroup.com/simsbury}} of [[Simsbury, Connecticut|Simsbury]]
|
||||
** ''Litchfield News'' {{WS|foothillsmediagroup.com/litchfield}} of [[Litchfield, Connecticut|Litchfield]]
|
||||
** ''Foothills Trader'' {{WS|foothillstrader.com}} of Torrington, Bristol, Canton
|
||||
|
||||
* Other weeklies
|
||||
** ''The Milford-Orange Bulletin'' {{WS|ctbulletin.com}} of [[Orange, Connecticut|Orange]]
|
||||
** ''The Post-Chronicle'' {{WS|ctpostchronicle.com}} of [[North Haven, Connecticut|North Haven]]
|
||||
** ''West Hartford News'' {{WS|westhartfordnews.com}} of [[West Hartford, Connecticut|West Hartford]]
|
||||
|
||||
* Magazines
|
||||
** ''The Connecticut Bride'' {{WS|connecticutmag.com}}
|
||||
** ''Connecticut Magazine'' {{WS|theconnecticutbride.com}}
|
||||
** ''Passport Magazine'' {{WS|passport-mag.com}}
|
||||
|
||||
== Michigan ==
|
||||
Four dailies, associated weeklies and [[pennysaver]]s in the state of [[Michigan]]; also [http://www.micentralhomes.com MIcentralhomes.com] and [http://www.micentralautos.com MIcentralautos.com]
|
||||
* ''[[Oakland Press]]'' {{WS|theoaklandpress.com}} of [[Oakland, Michigan|Oakland]]
|
||||
* ''Daily Tribune'' {{WS|dailytribune.com}} of [[Royal Oak, Michigan|Royal Oak]]
|
||||
* ''Macomb Daily'' {{WS|macombdaily.com}} of [[Mt. Clemens, Michigan|Mt. Clemens]]
|
||||
* ''[[Morning Sun]]'' {{WS|themorningsun.com}} of [[Mount Pleasant, Michigan|Mount Pleasant]]
|
||||
|
||||
* Heritage Newspapers {{WS|heritage.com}}
|
||||
** ''Belleville View'' {{WS|bellevilleview.com}}
|
||||
** ''Ile Camera'' {{WS|thenewsherald.com/ile_camera}}
|
||||
** ''Monroe Guardian'' {{WS|monreguardian.com}}
|
||||
** ''Ypsilanti Courier'' {{WS|ypsilanticourier.com}}
|
||||
** ''News-Herald'' {{WS|thenewsherald.com}}
|
||||
** ''Press & Guide'' {{WS|pressandguide.com}}
|
||||
** ''Chelsea Standard & Dexter Leader'' {{WS|chelseastandard.com}}
|
||||
** ''Manchester Enterprise'' {{WS|manchesterguardian.com}}
|
||||
** ''Milan News-Leader'' {{WS|milannews.com}}
|
||||
** ''Saline Reporter'' {{WS|salinereporter.com}}
|
||||
* Independent Newspapers
|
||||
** ''Advisor'' {{WS|sourcenewspapers.com}}
|
||||
** ''Source'' {{WS|sourcenewspapers.com}}
|
||||
* Morning Star {{WS|morningstarpublishing.com}}
|
||||
** ''The Leader & Kalkaskian'' {{WS|leaderandkalkaskian.com}}
|
||||
** ''Grand Traverse Insider'' {{WS|grandtraverseinsider.com}}
|
||||
** ''Alma Reminder''
|
||||
** ''Alpena Star''
|
||||
** ''Ogemaw/Oscoda County Star''
|
||||
** ''Presque Isle Star''
|
||||
** ''St. Johns Reminder''
|
||||
|
||||
* Voice Newspapers {{WS|voicenews.com}}
|
||||
** ''Armada Times''
|
||||
** ''Bay Voice''
|
||||
** ''Blue Water Voice''
|
||||
** ''Downriver Voice''
|
||||
** ''Macomb Township Voice''
|
||||
** ''North Macomb Voice''
|
||||
** ''Weekend Voice''
|
||||
|
||||
== Mid-Hudson ==
|
||||
One daily, associated magazines in the [[Hudson River Valley]] of [[New York]]; also [http://www.midhudsoncentral.com MidHudsonCentral.com] and [http://www.jobsinnewyork.com JobsInNewYork.com].
|
||||
|
||||
* ''[[Daily Freeman]]'' {{WS|dailyfreeman.com}} of [[Kingston, New York]]
|
||||
* ''Las Noticias'' {{WS|lasnoticiasny.com}} of [[Kingston, New York]]
|
||||
|
||||
== Ohio ==
|
||||
Two dailies, associated magazines and three shared Websites, all in the state of [[Ohio]]: [http://www.allaroundcleveland.com AllAroundCleveland.com], [http://www.allaroundclevelandcars.com AllAroundClevelandCars.com] and [http://www.allaroundclevelandjobs.com AllAroundClevelandJobs.com].
|
||||
|
||||
* ''[[The News-Herald (Ohio)|The News-Herald]]'' {{WS|news-herald.com}} of [[Willoughby, Ohio|Willoughby]]
|
||||
* ''[[The Morning Journal]]'' {{WS|morningjournal.com}} of [[Lorain, Ohio|Lorain]]
|
||||
* ''El Latino Expreso'' {{WS|lorainlatino.com}} of [[Lorain, Ohio|Lorain]]
|
||||
|
||||
== Philadelphia area ==
|
||||
Seven dailies and associated weeklies and magazines in [[Pennsylvania]] and [[New Jersey]], and associated Websites: [http://www.allaroundphilly.com AllAroundPhilly.com], [http://www.jobsinnj.com JobsInNJ.com], [http://www.jobsinpa.com JobsInPA.com], and [http://www.phillycarsearch.com PhillyCarSearch.com].
|
||||
|
||||
* ''[[The Daily Local News]]'' {{WS|dailylocal.com}} of [[West Chester, Pennsylvania|West Chester]]
|
||||
* ''[[Delaware County Daily and Sunday Times]] {{WS|delcotimes.com}} of Primos [[Upper Darby Township, Pennsylvania]]
|
||||
* ''[[The Mercury (Pennsylvania)|The Mercury]]'' {{WS|pottstownmercury.com}} of [[Pottstown, Pennsylvania|Pottstown]]
|
||||
* ''[[The Reporter (Lansdale)|The Reporter]]'' {{WS|thereporteronline.com}} of [[Lansdale, Pennsylvania|Lansdale]]
|
||||
* ''The Times Herald'' {{WS|timesherald.com}} of [[Norristown, Pennsylvania|Norristown]]
|
||||
* ''[[The Trentonian]]'' {{WS|trentonian.com}} of [[Trenton, New Jersey]]
|
||||
|
||||
* Weeklies
|
||||
* ''The Phoenix'' {{WS|phoenixvillenews.com}} of [[Phoenixville, Pennsylvania]]
|
||||
** ''El Latino Expreso'' {{WS|njexpreso.com}} of [[Trenton, New Jersey]]
|
||||
** ''La Voz'' {{WS|lavozpa.com}} of [[Norristown, Pennsylvania]]
|
||||
** ''The Tri County Record'' {{WS|tricountyrecord.com}} of [[Morgantown, Pennsylvania]]
|
||||
** ''Penny Pincher'' {{WS|pennypincherpa.com}}of [[Pottstown, Pennsylvania]]
|
||||
|
||||
* Chesapeake Publishing {{WS|southernchestercountyweeklies.com}}
|
||||
** ''The Kennett Paper'' {{WS|kennettpaper.com}} of [[Kennett Square, Pennsylvania]]
|
||||
** ''Avon Grove Sun'' {{WS|avongrovesun.com}} of [[West Grove, Pennsylvania]]
|
||||
** ''The Central Record'' {{WS|medfordcentralrecord.com}} of [[Medford, New Jersey]]
|
||||
** ''Maple Shade Progress'' {{WS|mapleshadeprogress.com}} of [[Maple Shade, New Jersey]]
|
||||
|
||||
* Intercounty Newspapers {{WS|buckslocalnews.com}} {{WS|southjerseylocalnews.com}}
|
||||
** ''The Pennington Post'' {{WS|penningtonpost.com}} of [[Pennington, New Jersey]]
|
||||
** ''The Bristol Pilot'' {{WS|bristolpilot.com}} of [[Bristol, Pennsylvania]]
|
||||
** ''Yardley News'' {{WS|yardleynews.com}} of [[Yardley, Pennsylvania]]
|
||||
** ''Advance of Bucks County'' {{WS|advanceofbucks.com}} of [[Newtown, Pennsylvania]]
|
||||
** ''Record Breeze'' {{WS|recordbreeze.com}} of [[Berlin, New Jersey]]
|
||||
** ''Community News'' {{WS|sjcommunitynews.com}} of [[Pemberton, New Jersey]]
|
||||
|
||||
* Montgomery Newspapers {{WS|montgomerynews.com}}
|
||||
** ''Ambler Gazette'' {{WS|amblergazette.com}} of [[Ambler, Pennsylvania]]
|
||||
** ''The Colonial'' {{WS|colonialnews.com}} of [[Plymouth Meeting, Pennsylvania]]
|
||||
** ''Glenside News'' {{WS|glensidenews.com}} of [[Glenside, Pennsylvania]]
|
||||
** ''The Globe'' {{WS|globenewspaper.com}} of [[Lower Moreland Township, Pennsylvania]]
|
||||
** ''Montgomery Life'' {{WS|montgomerylife.com}} of [[Fort Washington, Pennsylvania]]
|
||||
** ''North Penn Life'' {{WS|northpennlife.com}} of [[Lansdale, Pennsylvania]]
|
||||
** ''Perkasie News Herald'' {{WS|perkasienewsherald.com}} of [[Perkasie, Pennsylvania]]
|
||||
** ''Public Spirit'' {{WS|thepublicspirit.com}} of [[Hatboro, Pennsylvania]]
|
||||
** ''Souderton Independent'' {{WS|soudertonindependent.com}} of [[Souderton, Pennsylvania]]
|
||||
** ''Springfield Sun'' {{WS|springfieldsun.com}} of [[Springfield, Pennsylvania]]
|
||||
** ''Spring-Ford Reporter'' {{WS|springfordreporter.com}} of [[Royersford, Pennsylvania]]
|
||||
** ''Times Chronicle'' {{WS|thetimeschronicle.com}} of [[Jenkintown, Pennsylvania]]
|
||||
** ''Valley Item'' {{WS|valleyitem.com}} of [[Perkiomenville, Pennsylvania]]
|
||||
** ''Willow Grove Guide'' {{WS|willowgroveguide.com}} of [[Willow Grove, Pennsylvania]]
|
||||
** ''The Review'' {{WS|roxreview.com}} of [[Roxborough, Philadelphia, Pennsylvania]]
|
||||
|
||||
* Main Line Media News {{WS|mainlinemedianews.com}}
|
||||
** ''Main Line Times'' {{WS|mainlinetimes.com}} of [[Ardmore, Pennsylvania]]
|
||||
** ''Main Line Life'' {{WS|mainlinelife.com}} of [[Ardmore, Pennsylvania]]
|
||||
** ''The King of Prussia Courier'' {{WS|kingofprussiacourier.com}} of [[King of Prussia, Pennsylvania]]
|
||||
|
||||
* Delaware County News Network {{WS|delconewsnetwork.com}}
|
||||
** ''News of Delaware County'' {{WS|newsofdelawarecounty.com}} of [[Havertown, Pennsylvania]]
|
||||
** ''County Press'' {{WS|countypressonline.com}} of [[Newtown Square, Pennsylvania]]
|
||||
** ''Garnet Valley Press'' {{WS|countypressonline.com}} of [[Glen Mills, Pennsylvania]]
|
||||
** ''Springfield Press'' {{WS|countypressonline.com}} of [[Springfield, Pennsylvania]]
|
||||
** ''Town Talk'' {{WS|towntalknews.com}} of [[Ridley, Pennsylvania]]
|
||||
|
||||
* Berks-Mont Newspapers {{WS|berksmontnews.com}}
|
||||
** ''The Boyertown Area Times'' {{WS|berksmontnews.com/boyertown_area_times}} of [[Boyertown, Pennsylvania]]
|
||||
** ''The Kutztown Area Patriot'' {{WS|berksmontnews.com/kutztown_area_patriot}} of [[Kutztown, Pennsylvania]]
|
||||
** ''The Hamburg Area Item'' {{WS|berksmontnews.com/hamburg_area_item}} of [[Hamburg, Pennsylvania]]
|
||||
** ''The Southern Berks News'' {{WS|berksmontnews.com/southern_berks_news}} of [[Exeter Township, Berks County, Pennsylvania]]
|
||||
** ''Community Connection'' {{WS|berksmontnews.com/community_connection}} of [[Boyertown, Pennsylvania]]
|
||||
|
||||
* Magazines
|
||||
** ''Bucks Co. Town & Country Living'' {{WS|buckscountymagazine.com}}
|
||||
** ''Parents Express'' {{WS|parents-express.com}}
|
||||
** ''Real Men, Rednecks'' {{WS|realmenredneck.com}}
|
||||
|
||||
{{JRC}}
|
||||
|
||||
==References==
|
||||
<references />
|
||||
|
||||
[[Category:Journal Register publications|*]]
|
||||
Reference in New Issue
Block a user